Skip to content

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:

About

An interpretation of how different search algorithms are presented visually

Topics

Resources

Stars

Watchers

Forks