Skip to content

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

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published