This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
TheAlgorithms-C
Watch
1
Star
0
Fork
0
You've already forked TheAlgorithms-C
mirror of
https://github.com/TheAlgorithms/C
synced
2025-02-16 13:34:20 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
TheAlgorithms-C
/
hash
History
Erik Pellizzon
c56b967161
test: removed commented code (
#885
)
2021-10-15 11:01:56 -05:00
..
CMakeLists.txt
[enhancement] formatted and added
Hash
directory to cmake (
#580
)
2020-07-29 13:18:11 -04:00
hash_adler32.c
[enhancement] formatted and added
Hash
directory to cmake (
#580
)
2020-07-29 13:18:11 -04:00
hash_crc32.c
test: removed commented code (
#885
)
2021-10-15 11:01:56 -05:00
hash_djb2.c
[enhancement] formatted and added
Hash
directory to cmake (
#580
)
2020-07-29 13:18:11 -04:00
hash_sdbm.c
fix: Integer literal is too large to be represented as signed integer typed (
#793
)
2021-02-17 21:10:29 -06:00
hash_xor8.c
[enhancement] formatted and added
Hash
directory to cmake (
#580
)
2020-07-29 13:18:11 -04:00
README.md
[enhancement] formatted and added
Hash
directory to cmake (
#580
)
2020-07-29 13:18:11 -04:00
README.md
Hash algorithms
sdbm
djb2
xor8 (8 bit)
adler_32 (32 bit)
crc32 (32 bit)