Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 862 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 862 Bytes

Data-Structures-and-Algorithms

Challenges for Data-structures and Algorithms

Build Status

Description:

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

Setting Up:

  • npm i
  • running tests: npm test