Commit graph

6 commits

Author SHA1 Message Date
red aa2ce0ee19 SOLVED 2021-07-07 21:02:31 +01:00
red f1bf7b5735 UNSOLVED 2021-07-07 20:58:36 +01:00
red f81fe2b60c Delete excercies 2021-07-07 20:57:20 +01:00
Mickael Fortunato ab9995e76e doc: Update collections exercises instruction to match the standard naming 2021-03-18 19:11:15 +01:00
Jacob Tinkhauser 9b6c629397
fix(vec1): Have test compare every element in a and v
The previous test would stop comparing elements in array a and vec v upon reaching the last element of either. This resulted in the test passing even if v did not contain all the elements in a. This change to the test fixes that bug and should only pass if all the elements in a and v are present and equal.
2020-11-29 01:35:14 +00:00
sazid 0c12fa31c5 feat: Add Vec exercises 2020-10-31 01:10:49 +06:00