Commit graph

5 commits

Author SHA1 Message Date
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
Bruno BELANYI e296b4711c tupperware: vector: add filter & map 2020-11-30 11:34:27 +01:00
Bruno BELANYI b8c7e53d25 tupperware: vector: add sort-related functions 2020-11-30 11:34:27 +01:00
Bruno BELANYI 3436d30a04 tupperware: vector: add heap management functions 2020-11-26 14:52:24 +01:00
Bruno BELANYI 8d83f778be tupperware: add vector container 2020-11-26 14:52:24 +01:00