laentropia fa0d09c3d7 addition: insert, push_back and push_front
Decided that push front and insert will be O(n) because it moves
everything one space ahead, could do something like a buffer ring but i
think is too much, maybe in the future i do change it but i'm not sure,
for now it just moves everything, also, i havne't tested them and i'm
not sure the for loop meant for moving everything actually works.
2026-04-15 06:50:04 -06:00
2026-04-13 11:16:58 -06:00
2026-04-13 11:16:58 -06:00
Description
No description provided
187 KiB
Languages
C 97.9%
CMake 2.1%