Skip to content

johnnyjohnjon/Pathfinding-and-Sorting-Visualizer-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is developed with React to help people to view algorithmic processes intuitively and entertainingly.
You may visit the page at jasonfenggit.github.io/Visualizer/ with Chrome (use full screen view to achieve better experience).

Algorithms Included

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

How To Use

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

Future Expectations

  • Implement and complete descriptions & tutorials of different algorithms
  • Customizable learning parameters and model architectures
  • Allowing submissions of codes/models
  • User rankings by their models' performances
  • ...

ENJOY THE BEAUTY OF ALGORITHMS!

About

A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 85.4%
  • CSS 12.4%
  • HTML 2.2%