An open API service indexing awesome lists of open source software.

https://github.com/cschank/binary_search

A C library for performing a general binary search on a sorted array. Like with library qsort, user supplies a compare function with void pointers.
https://github.com/cschank/binary_search

Last synced: 12 months ago
JSON representation

A C library for performing a general binary search on a sorted array. Like with library qsort, user supplies a compare function with void pointers.

Awesome Lists containing this project