Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashmehrotra/ysort
A sorting algorithm that sorts integers in a single iteration
https://github.com/yashmehrotra/ysort
Last synced: about 2 months ago
JSON representation
A sorting algorithm that sorts integers in a single iteration
- Host: GitHub
- URL: https://github.com/yashmehrotra/ysort
- Owner: yashmehrotra
- Created: 2016-05-29T07:15:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T08:10:18.000Z (over 8 years ago)
- Last Synced: 2024-10-12T22:32:20.147Z (3 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YSort
A sorting algorithm that sorts integers in a single iteration
## Instructions
`go run ysort.go`
## How did I do it ?
Well, the pseudocode is:```
for num in arr:
async func(num):
sleep num seconds
print num
```
## FAQ:
#### Does it really work ?
**Obviously**#### Is this a joke ?
**Yes**#### How much of an array size can it handle ?
Well, you can test it on your system and send me the max size with your specs :smile: