Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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: