added timsort2 (#2316)

This commit is contained in:
xrfez 2022-08-23 08:50:27 -07:00 committed by GitHub
parent f6f3c2cdf5
commit 5f1a54e7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26916,6 +26916,28 @@
"license": "MIT",
"web": "https://github.com/thisago/kiwifyDownload"
},
{
"name": "timsort2",
"url": "https://github.com/xrfez/timsort",
"method": "git",
"tags": [
"sort",
"timsort",
"2D",
"algorithm",
"fast",
"merge",
"insertion",
"python",
"java",
"stable",
"index",
"multiple"
],
"description": "timsort algorithm implemented in Nim",
"license": "Apache-2.0",
"web": "https://github.com/xrfez/timsort"
},
{
"name": "vimeo",
"url": "https://github.com/thisago/vimeo",