My 42 Basecamp code and experience!
Approved exercises have been tagged with _ok
in their folder names. Similarly, not approved exercises have been tagged with _ko
.
- HexMemDump: a program that's similar to
hexdump
, but instead of files it shows the contents of the current working memory (there are still some fixes to be made). - SkyscraperPuzzleSolver: a program that search for one solution to the Skyscraper Puzzle (a.k.a. Tower or 3D Sudoku puzzle).
- TenQueensPuzzleSolver: a program that search for all the solutions to the Ten Queens Puzzle.
- Atoi: an overly complicated (but not approved) atoi function with funny and interesting test cases.