Skip to content

francomac/Data-Structures

Repository files navigation

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

About

Data Structures as: Constructor Functions, Prototype, 'this', Linked Lists, Big O Notation, Binary Tree, Hash Table.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors