array-algorithms icon indicating copy to clipboard operation
array-algorithms copied to clipboard

Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++

Results 3 array-algorithms issues
Sort by recently updated
recently updated
newest added

- [ ] 1. gcc -O3, clang and tcc are not tested - [ ] 2. you could also use address sanitizer and ub sanitizer (although I would expect they...

``` The C++ STL is one of the most complete and reusable algorithm libraries available. This single header file brings 80% of that functionality to C99 in a non-intrusive way....

With the additional `Doxyfile` and the change in the first line of the header comment we can run `doxygen` and get some HTML documentation under `doc/index.html`. The link at the...