Code challenges from book Cracking Code Interview to be solved In Swift
- Developing all needed data structures like List, Stack, Queue, Graph, Binaree tree...
- Kind of TDD Approach - trying to make tests before coding
- A lot of unit tests to cover data structure functionality and challenge solutions
- Don't use Map, Reduce and other functional elements