https://github.com/yashmehrotra/ysort
A sorting algorithm that sorts integers in a single iteration
https://github.com/yashmehrotra/ysort
Last synced: 4 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T08:10:18.000Z (about 9 years ago)
- Last Synced: 2025-01-16T11:56:47.415Z (6 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: