-
CPP-modules Public
A collection of small projects coded in C++. Concepts include polymorphism, inheritance, references, operator overloads, interfaces, virtual, casts, templates and the STL
C++ UpdatedDec 13, 2024 -
philosophers Public
Classic dining philosophers problem resolved using multithreading with mutex
C UpdatedAug 13, 2024 -
minishell Public
A custom Bash shell developed in C with a prompt and a working history
C UpdatedAug 13, 2024 -
-
pipex Public
C program that replicates the shell's pipe '|' functionality. Supports multi-command execution, input redirection, and output appending.
C UpdatedMay 23, 2024 -
-
get-next-line Public
C function that returns a line ending with a newline, read from a file descriptor.
C UpdatedMay 23, 2024 -
libft Public
Collection of C functions compiled into a library to be used throughout the 42 cursus.
C UpdatedMay 23, 2024 -
so_long Public
Small top-down, 2D game with textures, sprites, and basic gameplay
C UpdatedMay 23, 2024 -
push_swap Public
Sorting algorithm that uses a specific set of operations to sort data in the lowest possible number of moves.
-
-