My projects developed as part of the École 42 curriculum.
42 Lisbon
Kickoff #11 (start date: April 2026)
Each repository is frozen at the time of evaluation.
| MS | Project | Lang | Description | Grade |
|---|---|---|---|---|
| 0 | libft | C | Some libc functions rebuilt from scratch, plus extras | WIP |
| 1 | ft_printf | C | Reimplementation of the printf function | WIP |
| 1 | getnextline | C | A fgets-like function that reads a file line by line | WIP |
| 1 | push_swap | C | Sorts a stack of integers using two stacks in as few moves as possible | WIP |
| 2 | py-piscine | Python | Introduction into Python & OOP | WIP |