Andrew Haynes
|
d69bf627af
|
erase() function should be fairly good
|
2026-04-28 13:56:15 -04:00 |
|
Andrew Haynes
|
b77f260a2c
|
a much more simplified version of push_back with reallocf instead of memcpy as it is faster (no copying just resizing the vector (entire point of vector))
|
2026-04-17 14:15:24 -04:00 |
|
Andrew Haynes
|
c05e92dec0
|
removed push_front because I realized how much I dont need it I also made safer checks and used more tests
|
2026-04-17 12:58:38 -04:00 |
|
Andrew Haynes
|
81cd5c00e1
|
Safer push_back and faster push_back (I went from 0(n^2) to 0(1))
|
2026-04-17 10:48:42 -04:00 |
|