Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 538 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 538 Bytes

AlgorithmsWeb

This project is aimed to display the inner works of some fundamental data structures and algorithms via Typescript.

Data structures displayed:

-Single linked list
-Double linked list
-Stack
-Queue
-Hash map
-Heap
-Priority queue
-Graphs
-Binary trees

Algorithms

-Insertion sort
-Selection sort
-Mergesort
-Quicksort
-Heapsort
-Breadth-First Search
-Depth First Search
-Topological Sort
-Paths in binary trees
-Dijkstra
-Trees generator
-Huffman