Welcome to my website 👋

I'm M.S, a passionate programmer currently studying at 42 Paris with a background in physics and mathematics.


My School Projects

LibFT
A comprehensive utility library that provides various essential functions and data structures, including:
  • String and memory functions
  • Random number generator
  • Linked lists
  • Custom printf (see ft_printf)
  • Linear-probing hashmap
  • Dynamic array
  • AVL binary search tree
ft_printf
A custom implementation of the printf function.
  • Flags: # 0 -   +
  • Field width: number or *, negative values set the - flag
  • Precision: number or *
  • Length modifier: all the modifiers mentioned in printf(3)
  • Conversion specifier: idxXcspnm%