Skip to content

ashish25-bit/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATA STRUCTURE VISUALIZER

This is a react application which visualizes some array sorting algorithms, path finding algorithm and data structure.

Modules and dependencies

In the root folder of your project

    npx create-react-app .
    npm install react-modal
    npm install react-router-dom

VISUALIZATION:

  • Linked List Traversal
  • Sorting Algorithms
  • Path Finding Algorithm

BUBBLE SORT

Elements - 50
Sorting Speed - 3ms Bubble Sort


SELECTION SORT

Elements - 50
Sorting Speed - 3ms Selection Sort


INSERTION SORT

Elements - 50
Sorting Speed - 3ms Insertion Sort


MERGE SORT

Elements - 100
Sorting Speed - 5ms Merge Sort


QUICK SORT

Elements - 100
Sorting Speed - 10ms Quick Sort


HEAP SORT

Elements - 100
Sorting Speed - 10ms Heap Sort


SHELL SORT

Elements - 100
Sorting Speed - 10ms Shell Sort



Height of the bars changes with the change in number of elements Changing Height


Input elements Input Elements