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)

sortingVisualization Alternatives

Similar projects and alternatives to sortingVisualization based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sortingVisualization alternative or higher similarity.

sortingVisualization reviews and mentions

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)

Stats

Basic sortingVisualization repo stats
2
1
2.1
about 1 year ago

mattiamonari/sortingVisualization is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of sortingVisualization is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com