Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 644 Bytes

Visualizer

This project is developed with React to help people to view algorithmic processes intuitively and entertainingly.
You may visit this website on your browser (use full screen view to achieve better experience).

Algorithms Included

  • Sorting Category
    • Bubble Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
  • Pathfinding Category
    • Dijkstra
    • A* Search

How To Use

Open the website in Chrome and follow the instructions to start visualizing algorithms!

ENJOY THE BEAUTY OF ALGORITHMS!