/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.

Primary LanguageC

This repository is not active