Challenges for Data-structures and Algorithms
Code challenges assigned for 401 students at Code Fellows to master data structures and algorithms. Code challenges completed at a whiteboard to develop a stradegy, approach, time and space, and edge cases for each problem. Code completed on the computer with test driven development approach to test each function and method.
- Stacks and Queues
- Linked Lists
- Arrays
- Binary Trees
- Hashtables
- Graphs
- Sorting Algorithms
npm i
- running tests:
npm test