sorting-visualizations
A website where you can watch the most satisfying sorting visuals! (by Throvn)
javascript-algorithms
📚 A list of popular JavaScript algorithms that you'll encounter in the real world. 🧠 (by AllThingsSmitty)
| sorting-visualizations | javascript-algorithms | |
|---|---|---|
| 2 | 2 | |
| 38 | 51 | |
| - | - | |
| 1.8 | 5.4 | |
| about 5 years ago | 5 months ago | |
| CSS | ||
| - | Creative Commons Zero v1.0 Universal |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sorting-visualizations
Posts with mentions or reviews of sorting-visualizations.
We have used some of these posts to build our list of alternatives
and similar projects.
-
I made a sorting algorithm visualization purely in HTML/CSS/JS
or check the source code.
-
Made a sorting algorithm visualization purely in HTML/CSS/JS
Here is the link to the repo if anyone is interested: https://github.com/Throvn/sorting-visualizations
javascript-algorithms
Posts with mentions or reviews of javascript-algorithms.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-19.
-
JavaScript Algorithms – Clean and beginner-friendly implementations
I created a GitHub repo with classic algorithms written in readable, modern JavaScript. It’s aimed at learners and interview prep. Would love your feedback or ideas for improvements.
https://github.com/AllThingsSmitty/javascript-algorithms
What are some alternatives?
When comparing sorting-visualizations and javascript-algorithms you can also consider the following projects:
PixelSorting - c++ and OpenFrameworks implementation of the Pixel Sorting algorithm with multithreading, a GUI, and ability to apply pixel sorting to video files.
algorithms - Algorithms and Data Structures a comprehensive collection of fundamental Algorithms and Data structures organized into various categories to cater to the needs of software engineers and computer science students.
PixelSorting - Pixel Sorting visualization using different methods for Processing 3
basic-design-patterns - 🔧 A collection of essential design pattern examples in JavaScript 🧰
algorithms-notes - Notes of Algorithms Learning
Python_Sorting_Algorithms - Python - Sorting Algorithms