geekific-youtube VS sortingVisualization

Compare geekific-youtube vs sortingVisualization and see what are their differences.

sortingVisualization

SAVTI gives you the possibility to randomize an image with a custom precision, choose a custom sorting algorithm and reorder it obtaining as output an .mp4 video (by mattiamonari)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
geekific-youtube sortingVisualization
1 2
244 1
- -
2.4 2.1
8 months ago about 1 year ago
Java Java
GNU General Public License v3.0 or later MIT License
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.

geekific-youtube

Posts with mentions or reviews of geekific-youtube. We have used some of these posts to build our list of alternatives and similar projects.

sortingVisualization

Posts with mentions or reviews of sortingVisualization. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-13.
  • [OC] QuickSort visualized through an image
    2 projects | /r/dataisbeautiful | 13 Mar 2023
    It is pretty simple: Let's say: W = image width H = image height The image is splitted in a 1D array HxW long, called p. Each pixel has inside itself stored its initial position. We start from the top-left corner, defining that pixel as the origin (coordinate = {x=0,y=0} ). We'll move in the right direction, incresing the x coordinate, until we get to the top-right corner (where the x coordinates will be {x = W-1, y=0}). Finally, we'llrestart from the left border, a pixel down from the corner, where we'll have {x=0, y=1}. Using this method, the position of a pixel inside the array will be equal to : pos = (y_coord * n_rows + x_coord). In the sorting algorithms we implemented, the comparisons between pixels are done by comparing the initial position of the pixel which, I said earlier, is stored inside the pixel itself. This is the core logic of the project which is consultable at the [project github page](https://github.com/mattiamonari/sortingVisualization)

What are some alternatives?

When comparing geekific-youtube and sortingVisualization you can also consider the following projects:

Data-Structures-Java - I've implemented a comprehensive set of generic data structures in Java, including arrays, linked lists, stacks, queues, trees, and more, ensuring versatility and efficiency in data handling.

sorting-visualizer - Visualizes and audiolizes 22 sorting agorithms with 27 different visuals

JavaFXSmartGraph - Generic (Java FX) Graph Visualization Library

Java - All Algorithms implemented in Java

fastutil - fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.

Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore - Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.

AlgoDS - Implementation of Algorithms and Data Structures, Problems and Solutions

JGraphT - Master repository for the JGraphT project