Feedback on the new simple-linked-list exercise

We have just released the simple-linked-list exercise for the C++ track. :tada:

While it is still in beta, you are welcome to solve it and give feedback. This way we can improve the exercise and you can get that precious Mechanical March badge with C++ exercises.

I hope you like it. Have fun with pointers.

4 Likes

I suppose stack would be more exact name than list.

It would be more interesting to implement header file by ourselves.