Libft
A custom implementation of standard C library functions. Essential for understanding the inner workings of C
Ft_Printf
A custom implementation of the printf function in C. Useful for formatted output
Get_next_line
A function to read a line from a file descriptor. Essential for file handling in C
Minitalk
A small data exchange program using UNIX signals. Great for learning inter-process communication
Push-swap
A sorting algorithm project. Optimize the number of moves to sort a stack of numbers
Philosopher
A concurrency problem involving philosophers dining. Learn about threads and synchronization
Inception
Docker containerization project. Like playing with digital Lego, but for grown-up developers!
Fract-ol
A fractal exploration project. Dive into the world of mathematical beauty!
Cub3D
A 3D maze where mathematics meets gaming. Basically, I turned trigonometry into something fun!