verified insertion of vectors into vectors; proved working

This commit is contained in:
Odweta
2023-12-21 11:35:28 +01:00
parent 3988892a5e
commit eb6b6c8343
3 changed files with 183 additions and 249 deletions
+2 -3
View File
@@ -26,11 +26,10 @@ I got bored with having to use complicated checking and stuff when working with
4. Getting and setting a value of a vector on a given index
5. Pushing a value at the end of a vector
6. Inserting a value into a vector at a given index
7. Insertion of a vector into another vector
#### TODO:
1. Insertion of a vector into another vector
+ You tell me
@@ -42,4 +41,4 @@ I got bored with having to use complicated checking and stuff when working with
#### Run demo
`make && ./demo`
`make && ./demo`