A fast string sorting algorithm (MSD radix sort)
Stars
196
Forks
11
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
59
commits
Merge pull request #3 from yourbasic/tip
cbe1cc8
Add info about worst-case space and time requirements.
be3bac4
Move godoc badge
a4887f9
Add godoc badge
1d988f6
Merge pull request #1 from yourbasic/tip
a3ad84c
Lint
e7004df
Update slice test
e66eb16
Add SortSlice function
0fc8216
Split tests into two files
160fb74
Fix test func names
24f55b8
2025b93
Add quick-and-dirty SortSlice implemenation
b1e7206
Add benchmark for sort.Slice
bf22a14
Add permutation with swap
bea97b6
Add SortSlice outline and example
63a2711