epatrizio / cds

Data structures in C language
The Unlicense
0 stars 0 forks source link

Vector / size #2

Closed epatrizio closed 3 years ago

epatrizio commented 3 years ago

Vector set function : possible to have an index greater than size (and of course lower than capacity!) -> Evolution for use with hash table.

epatrizio commented 3 years ago

I will close this issue, wrong direction ! Size management could be done in another way, with an Vector API more easy. Tag 0.1 = this approach for history See next version with refactoring ...