Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 791 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 791 Bytes

DSA-Visualization

A Web-app which visualizes and traces the basic data structures and algorithms.

Its deployed live!

Check it out here : http://just2test.in/jay/algo/

Some algorithms also have step by step and appropriate pointers.

The following are covered :

Sorting Algorithms:

  1. Selection Sort
  2. Insertion Sort
  3. Bubble Sort
  4. Quick Sort
  5. Merge Sort

Data Structures:

  1. Stack
  2. Queue
  3. Linked List

Bonus:

  1. Binary Tree
  2. AVL Tree
  3. Djikstra's algortihm

NOTE : In Djikstra's Algorithm, when the dialog box on the top right reads "Enter distance" then just type the distance between the nodes(eg. 4) and hit enter

The code is not what you'd call "organized" .. but it works nonetheless!

PS: You can always get the source code by - Right click -> View Source