Skip to content

An interpretation of how different search algorithms are presented visually

Notifications You must be signed in to change notification settings

erelado/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Project Preview Image 👀 Live Preview

📙 Description

Sorting is a very classic problem of reordering items (that can be compared) of an array (or a list) in a certain order (increasing, decreasing, lexicographical, etc.).

There are many different sorting algorithms, each has its own advantages and limitations.

An algorithm for sorting can be visualized through this project. Bars are displayed for each element of the array. Color coding is used for operations.

👨‍💻 Technologies

  • HTML
  • CSS
  • Javascript

Using the vanilla versions of the languages was the goal of the project. It provided me with a learning tool with added personal value.

🔗 References

Inspiration was taken from The Coding Train.

Links providing information about the algorithms: