Skip to content

Commit 8183f4d

Browse files
committed
adding more resources
1 parent ac87fbe commit 8183f4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

solutions/2016/fastest-sorting-integers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ public void sortBoundedIntegers(int[] array) {
127127

128128
# Additional Reading
129129

130-
* [Bit-Vectors](https://en.wikipedia.org/wiki/Bit_array)
130+
* [Bit-Arrays](https://en.wikipedia.org/wiki/Bit_array)
131131
* [Hashing](https://en.wikipedia.org/wiki/Hash_function)
132132
* [Bloom Filters](https://en.wikipedia.org/wiki/Bloom_filter)
133+
* [BucketSort](https://en.wikipedia.org/wiki/Bucket_sort)
134+
* [Python implementation of Countingsort, Bucketsort and Radixsort](https://github.com/MauriceGit/Advanced_Algorithms)
135+
* [**Integer Sorting in 0(n sqrt (log log n)) Expected Time and Linear Space**](http://dl.acm.org/citation.cfm?id=652131), Yijie Han and Mikkel Thorup, FOCS '02 Proceedings of the 43rd Symposium on Foundations of Computer Science Pages 135-144

0 commit comments

Comments
 (0)