student at 42. login: mourhouc
The goal of this 42 project is to implement a function that reads and returns a single line from a file descriptor. The project focuses on efficient memory management, handling edge cases, and mast…
C
This 42 project involves creating a custom C library with common functions for use in all future 42 projects. The project strengthens skills in memory management, string manipulation, and function …
C
The goal of this 42 project is to recreate the printf function from scratch. This involves mastering variadic arguments and formatting techniques. The project allows us to gain a deep understanding…
C
The goal of this 42 project is to implement a highly efficient sorting algorithm using two stacks. The challenge involves sorting integers with minimal operations, focusing on optimizing performanc…
Shell