Leonardo Vencovsky
Leonardo Vencovsky
SortedList has a flag `is_sorted` and only gets sorted when you do operations that require it to be sorted (e.g. element access), but if you still don't want that behavior,...
I think it would be worth it to add an `algs.h` where you can template quick sorts and binary search algorithms for any data type and have the other data...
> Fell for this one, I thought f_val was copied into the list, not kept as a reference, so I did something like this > > ```c > element_new_custom(50, &((struct...
This will be implemented together with #36