malmeida's repositories
getnextline
Short function in C to return a line
Cpp_Piscine
Collection of beginner C++ exercises
Language:C++000
Philosophers
Project coded in C on the Dining Philospher's problem. It is an introduction to the use of threads and mutex in C.
Language:C000
printf
Recode of printf function in C
Language:C000
push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.
Language:C000