Skip to content

tonyjang0814/Sorting_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

Welcome Everyone! I built this web application since i was interested in different types of sorting algorithms. In the following link of website, you can visualise 3 different sorting algorithms. Bubble Sort, Quick Sort and Merge Sort. The step by step guide is provided so that you can download this repo and play around with my project! Thank you!

HOW TO PLAY WITH IT?

To play around with the project, you will need the following or higher version of tools.

Version explanation (Environment setups)

You will require following environment settings.

  1. Git version

alt tag

  1. Node

alt tag

  1. npm

alt tag

Step by step installments

  1. make sure you have satisfied environemnt settings as discussed above.
  2. clone this repositery by typing >> git clone https://github.com/tonyjang0814/Sorting_visualizer.git <<
  3. cd into the repositery and and make sure you are in the right directory or repositery.
  4. Type >> npm start << on terminal and wait for few seconds until local host page loads up.
  5. Enjoy your time!

WHAT IS IN THIS PROJECT

Features (visual demonstrations)

  1. Bar adjustments

The visualisation of sorting algorithms are represented by arrangement of multiple bars. Each bar has same thickness but different lengths. Number of bars can be adjusted by your choice. ADJUSTMENTS DEMO

  1. Sorting Algorithms

Bubble Sort

BUBBLE-SORT DEMO

Merge Sort

MERGE-SORT DEMO

Quick Sort

QUICK-SORT DEMO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published