Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srmullen/pixelsorter


https://github.com/srmullen/pixelsorter

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

pixelsorter
-----------

TODO
----
- Count comparison and exchange calls.
- Visualize Sort Process
- Sort Analysis.
- Use picture URLs.
- Investigate Ads.
- Implement Sort options
sortRate, area, HSB comparators. What else?
- Indicate sorting has completed.

Sorts to implement
-----

Distributed Sorts
-----------------
Maybe demo using web workers.
Will use different type of comparator to place items into their correct sets.

- Counting Sort
- Bucket Sort
- Radix Sort

Topics to discuss
Sorting cost model - Compares, exchanges, array accesses.
In place sorting or not?