clibraries / array-algorithmsLinks
Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
☆214Updated 2 years ago
Alternatives and similar repositories for array-algorithms
Users that are interested in array-algorithms are comparing it to the libraries listed below
Sorting:
- Quicksort implemented as a C macro☆176Updated 3 years ago
- Header-only library for asynchronous tasks in C☆269Updated last year
- ☆177Updated last year
- Tiny hash function in C☆144Updated last year
- Personal scratch code☆445Updated last month
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆138Updated 8 months ago
- A simple C coroutine library.☆227Updated last year
- A floating point arithmetic which works with types of any mantissa, exponent or base in modern header-only C++.☆83Updated last year
- All-inclusive Buffer for C☆412Updated last year
- Set of macros that guard against buffer overflows. Based on C99 VLA feature.