https://github.com/adbreeker/shellsortresearch
Research on shellsort sorting algorithm - best gaps sequence, usability, complexity and new sort based on shellsort
https://github.com/adbreeker/shellsortresearch
research-project shellsort
Last synced: 11 months ago
JSON representation
Research on shellsort sorting algorithm - best gaps sequence, usability, complexity and new sort based on shellsort
- Host: GitHub
- URL: https://github.com/adbreeker/shellsortresearch
- Owner: adbreeker
- Created: 2025-02-26T01:29:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T01:37:42.000Z (11 months ago)
- Last Synced: 2025-02-26T02:30:16.211Z (11 months ago)
- Topics: research-project, shellsort
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShellsortResearch
Research on shellsort sorting algorithm - best gaps sequence, usability, complexity and new sort based on shellsort