/data-structures-js

Algorithms of data structures including linked lists, stacks, queues, binary heaps, binary search trees, graphs, hash tables, priority queue are implemented using JavaScript.

Primary LanguageJavaScript

Data Structures and Algorithms

This repository contains the implementation of following data structures using JavaScript:

  • Sinly Linked List
  • Doubly Linked List
  • Stacks
  • Queues
  • Binary Search Trees
  • Binary Heaps
  • Priority Queue
  • Graphs
  • Hash Tables