Skip to content

robin-blanchard/SortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Demo

You can find a demo of my visualizer here : https://robblanchard.github.io/SortingVisualizer/

Objectives

This repository has two objectives:

  • First, implement various sorting algorithms in Python and create an executable (this part of the project has been dropped).
  • Second, create a sorting visualizer in ReactJS

This project has been started to implement my own version from scratch of Clément Mihailescu's Sorting Visualizer which you can find here: https://github.com/clementmihailescu/Sorting-Visualizer.

I made this project to get my hands on React programming.

TO DO

Python :

  • Optimize sorting algorithms
  • Create an exectutable

React :

  • Deploy GitHub page
  • Merge Sort
  • Lomuto Quick Sort
  • Customizable array sizes and sorting speed
  • History feature : go back in time
  • More sorting algorithms
  • Swapping animation (FLIP)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published