* Add binary heap (as priority queue) to util/binheap.c * Change cmp_less in r_vector.h to 3-way cmp
RVector
* Add RVector to r_util * Add r_vector_{lower,upper}_bound * Add r_vector_sort * Add r_vector_find r_vector_insert_range and rename some functions to be idiomatic