Update README.md

This commit is contained in:
Christian Bender 2017-12-31 22:59:35 +01:00 committed by GitHub
parent c524b9a0ca
commit 8135a72995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,12 @@
- shaker_sort - shaker_sort
- HeapSort - HeapSort
## Hashing
* sdbm
* djb2
* xor8 (8 bit)
* adler_32 (32 bit)
## Misc ## Misc
- Binning - Binning