Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 453 Bytes

Data Structures

* Some concepts covered here

  1. Constructor Functions
  2. Prototype
  3. 'this' keyword
  4. Linked Lists
  5. Big O Notation
    • Constant runtime "O (1)"
    • Linear runtime "O (n)"
    • Exponential runtime "O (n^2)"
    • Logarithmic runtime "O (log n)"
  6. Binary Tree Search
  7. Bread First Traversal
  8. Depth First Traversal

* To run all this code from index.js

  1. from your terminal run node index.js