SaaSHub helps you find the best software and product alternatives Learn more →
Top 20 C Algorithm Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
scrypt
The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.
-
-
-
Project mention: Ask HN: Fast data structures for disjoint intervals? | news.ycombinator.com | 2024-07-23
You're looking for an implicit interval tree. The key idea is to store sorted ranges and simulate the interval tree via binary search. The best implementation I know of is coitrees: https://github.com/dcjones/coitrees, but you could also roll your own. cgranges is another good implementation: https://github.com/lh3/cgranges
-
-
-
-
I’m in the midst of a class project that requires a GitHub repository with over 100 stars. It’s one of the key criteria I need to meet, and I’m almost there. The repo I’ve been contributing to is https://github.com/mlochbaum/rhsort , which aligns perfectly with my project's needs—except it’s a bit short on stars.
-
-
Veracrypt-Password-Extractor
A proof-of-concept DLL that prints out the password a user enters into Veracrypt while decrypting a volume.
-
arduino-gas-index-algorithm
Arduino Library for Sensirion's Gas Index Algorithm, providing a VOC and NOx Index output signal calculated from the SGP40/41 raw signals
-
-
-
C Algorithm discussion
C Algorithm related posts
-
Need a Quick Favor: Help a Student with a Simple Click!
-
How do crypto functions deal with the issue of character size? (e.g. Unicode)
-
shibajs1.h: Quick and Dirty JSON Parsing (not an advertisement!) --- Seeking comments, good ones. Thanks
-
GitHub - frymimori/c-sorter: Create ascending and descending ordered arrays using C with a fast and unique hybrid sorting algorithm.
-
Doubt regarding counting sort
-
Encoding Huffman freq table?
-
[Offer] I am a systems, network, and SciComp programmer, I am looking for small, short gigs to fund my libre projects. I have a good portfolio, and I have adequate grasp of theory. My prices begin at $5 and end at $60 for small, one-time gigs. C, x86-64|Aarch64 Assembly, Go, Python, Shell Scripting
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Oct 2024
Index
What are some of the best open-source Algorithm projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | tbox | 4,852 |
2 | Klib | 4,156 |
3 | sc | 2,246 |
4 | quadsort | 2,128 |
5 | earcut.hpp | 856 |
6 | blitsort | 701 |
7 | scrypt | 472 |
8 | fastrange | 294 |
9 | sha-2 | 179 |
10 | cgranges | 165 |
11 | fast_zlib | 131 |
12 | dslib | 126 |
13 | Miller_Shuffle_Algo | 95 |
14 | rhsort | 70 |
15 | air-ctl | 32 |
16 | Veracrypt-Password-Extractor | 14 |
17 | arduino-gas-index-algorithm | 7 |
18 | libaca | 7 |
19 | PoxHash | 7 |
20 | HSL | 3 |