Andrew Haynes
|
0a8819b798
|
erase() function should be fairly good
|
2026-04-28 13:44:56 -04:00 |
|
Andrew Haynes
|
280e728520
|
clear() no longer creates a new set of memory, just sets the values to 0
|
2026-04-28 13:14:06 -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 |
|
Andrew Haynes
|
03d30f3d0b
|
a few comments for myself
|
2026-04-16 14:23:52 -04:00 |
|
Andrew Haynes
|
b0ab87b119
|
Print vec added
|
2026-04-16 09:38:20 -04:00 |
|
Andrew Haynes
|
d2a15e5f2f
|
push front added
|
2026-04-16 09:32:09 -04:00 |
|
Andrew Haynes
|
2acb7a6cee
|
Will start pushing more
|
2026-04-16 08:32:53 -04:00 |
|
Andrew Haynes
|
94c0155643
|
BATMAN
|
2026-04-07 01:16:35 -04:00 |
|