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

Organizations

@COSI-Lab

Block or report jeikob

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. AoC2022AoC2022Public

    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-DFSGeo-PCP-BFS-DFSPublic

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

    Python

  3. Length-FormatterLength-FormatterPublic

    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-CompressionSimple-CompressionPublic

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

    C