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

Organizations

@COSI-Lab
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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