Skip to content

FrazierMark/3D_Algorithm_Sorting_Visualizer

Repository files navigation

Algorithm Visualizer!

An application to visualize popular sorting algorithms in 3D.

  • User can select from the following sorting algorithms to view the sorting process in real-time.
    • Merge Sort
    • Quick Sort
    • Bubble Sort
    • Heap Sort
    • Selection Sort
    • Insertion Sort
  • User can control the length of the array as well as the speed of the sorting animation.

Screen shot of the Algorithm Visualizer Unsorted Screen shot of the Algorithm Visualizer Sorted

Techologies Used

  • HTML
  • Javascript
  • CSS
  • ThreeJS
  • Webpack
  • NodeJS
  • NPM

Live Link & Getting Started

To run locally, clone the repository and open the project in your editor

  • In the project directory, you can run:

'npm install'

  • Installs node modules

'npm start'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages