Exercise 11 & Bonus 2

Added Exercise 11 & Bonus 2 to Repo
Added Signature to Exercise 10
This commit is contained in:
2025-05-19 11:34:47 +02:00
parent 49265f1b23
commit fec3fd845f
20 changed files with 640 additions and 19 deletions

View File

@@ -44,3 +44,7 @@ For example, for the input given above, this value is 8.
// POST: Returns the address of the i-th element of vec.
const int *lookup(const std::vector<int> &vec, const int i) { return &vec[i]; }
#+end_src
--------------
Made by JirR02 in Switzerland 🇨🇭