exercism / cpp

Exercism exercises in C++.

Home Page:https://exercism.org/tracks/cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

making-the-grades: consider splitting exercise into two exercises

ErikSchierboom opened this issue · comments

I feel like making-the-grades is perhaps doing a bit too much in introducing both arrays and vectors. I think introducing arrays first and then vectors after that might make sense. The exercises feels a bit "dense" at the moment.