Skip to content

Implementation of fundamental data structures in Javascript

Notifications You must be signed in to change notification settings

cadecameron/data-structures

Repository files navigation

High Level Goals of this Sprint

  • Explore fundamental data structures in Javascript
    • Queues
    • Stacks
    • Linked Lists
    • Hash Tables
    • Sets
    • Trees
    • Binary Search Trees (BST)
    • Graphs
  • Implement using different instantiation patterns (functional, functional-shared, prototypal, pseudoclassical, es6 classes)

This is a project I completed as a student at hackreactor.