Skip to content
View jeikob's full-sized avatar
👋
Hello
👋
Hello
  • Austin, TX

Organizations

@COSI-Lab

Block or report jeikob

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AoC2022 AoC2022 Public

    My solutions for Advent of Code 2022. We'll see how many problems I do before getting tired of it. Lol

    Python

  2. Geo-PCP-BFS-DFS Geo-PCP-BFS-DFS Public

    Breadth-First Search and Depth-First Search assignment for school

    Python

  3. Length-Formatter Length-Formatter Public

    A program written in C which takes a text file, and formats it such that each line is of the same length, with each word separated by the remaining number of spaces.

    C

  4. Simple-Compression Simple-Compression Public

    Simple compression algorithm. Takes alphanumeric source, converts to binary, then compresses. And can also undo this function.

    C