Added package stalinsort (#1471)

This commit is contained in:
Reilly Moore 2020-05-12 00:03:43 -05:00 committed by GitHub
parent 35be775479
commit 5bd5b41ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17844,5 +17844,17 @@
"description": "Implementation of various LZ77 algorithms",
"license": "MIT",
"web": "https://github.com/sealmove/LZ77"
},
{
"name": "stalinsort",
"url": "https://github.com/Knaque/stalinsort",
"method": "git",
"tags": [
"algorithm",
"sort"
],
"description": "A Nim implementation of the Stalin Sort algorithm.",
"license": "CC0-1.0",
"web": "https://github.com/Knaque/stalinsort"
}
]