-
-
Notifications
You must be signed in to change notification settings - Fork 234
Add simple-linked-list exercise #570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I wonder how we can test that the student made sure that no resources have leaked. |
|
I would like to merge this soon, so the users can get their March badges. Would you have a look @siebenschlaefer or @exercism/maintainers-admin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a ton for adding this! I'll leave the C++ review to @siebenschlaefer.
2ea7f5a to
d021fa0
Compare
|
I'd like to get this PR merged sooner than later, as this is one of the recommended exercises for Mechanical March @siebenschlaefer do you have time to do a review of this PR? |
I had to change the end of line sequence. I uploaded with CRLF but it was LF. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I'm late to the party, sorry. I like this translation, good job! I have one tiny suggestion: Use |
The #12in23 challenge asks to do the linked-list exercise, which is currently not implemented and should be added during the month of March. As a preliminary task, we include a simpler version that can be built upon.