Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srmullen/pixelsorter
https://github.com/srmullen/pixelsorter
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srmullen/pixelsorter
- Owner: srmullen
- Created: 2017-09-22T19:17:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:40:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T22:56:10.196Z (about 2 months ago)
- Language: JavaScript
- Size: 6.47 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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 SortTopics to discuss
Sorting cost model - Compares, exchanges, array accesses.
In place sorting or not?