/data-structures-algorithms-js

A helpful repo with various type of data structures & algorithms written using JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

Welcome

You can find all the data structures & algorithms of this repository from the following index.

Index

Searching Algorithms

Sorting Algorithms

Heap Sort

Quick Sort

Stack

Queue

Linked List

Node

Linked List

Circular Linked List

Sorted Linked List

Tree

Node

Basic Tree

Binary Tree

Heap

Binary Heap

Priority Queue (Binary Heap approach)

Hash Table

Hash Table (Separate Chaining approach)

Graph

Dijkstra's Algorithm

Shortest Path Graph