Skip to content
View csphilli's full-sized avatar
Block or Report

Block or report csphilli

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. ft_printf ft_printf Public

    My own version of C's standard printf function.

    C 1

  2. init init Public

    Learning some basic commands in the unix shell. Serves as a precursor to Roger-Skyline.

    Shell

  3. libft libft Public

    My own library functions to be used with other projects as required by the school.

    C 1

  4. lem-in lem-in Public

    A Network flow algorithm to find the shortest and most efficient routes. A modified Edmonds-Karp algorithm was used along with BFS. The data structure is a hash table.

    C

  5. Corewar Corewar Public

    Our own version of the 1984 game CoreWar. We have to code our own assembler and virtual machine.

    C 2

  6. push_swap push_swap Public

    Sorting algorithm utilising two stacks with limited set of rules.

    C