A library of various containers in C
Go to file
Bruno BELANYI 0888e21150 tupperware: vector: use more robust partition
This one is less efficient, doing up to N comparisons. However it is not
vulnerable to the pivot being at the end or beginning of the input...
2020-11-30 11:34:27 +01:00
include/tupperware tupperware: vector: add filter & map 2020-11-30 11:34:27 +01:00
src tupperware: vector: use more robust partition 2020-11-30 11:34:27 +01:00
tests tests: vector: add filter & map tests 2020-11-30 11:34:27 +01:00
.drone.yml ci: add Drone CI 2020-11-24 19:40:43 +01:00
.gitignore git: ignore: add 'testsuite' 2020-11-24 19:40:43 +01:00
Makefile tests: add vector tests 2020-11-26 14:52:24 +01:00