[OC] QuickSort visualized through an image

This page summarizes the projects mentioned and recommended in the original post on /r/dataisbeautiful

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
  • 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

  • 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)

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • XPipe: Entire server infrastructure at your fingertips

    1 project | news.ycombinator.com | 20 Mar 2024
  • Release Notes for JavaFX 22

    1 project | news.ycombinator.com | 17 Mar 2024
  • XPipe: A connection hub for modern server infrastructure

    1 project | news.ycombinator.com | 15 Mar 2024
  • Phoenicis PlayOnLinux and PlayOnMac 5

    1 project | news.ycombinator.com | 21 Jan 2024
  • NoClassDefFoundError while trying to run javafx programs made with maven.

    2 projects | /r/javahelp | 8 Dec 2023