-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
I will implement simple-linked-list #384
Comments
This issue has been automatically marked as `on hiatus because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Was this implemented? I saw a double linked list, but not a simple one. |
There is https://github.com/exercism/python/tree/master/exercises/linked-list in https://github.com/exercism/python/tree/master/exercises @eliaahadi, is there a point in implementing a simple one? |
Doubly linked list does cover simple one, that said for a beginner programmer, doubly is harder and to build skills progressively, simple linked list is easier to start with. If this is something that is easy to implement, then we can consider doing it. Otherwise, no need for this. Also, the name of linked list should be updated to "Doubly Linked List" instead of just "Linked List" since I was actively looking for just simple linked list. It's also on the page of unimplemented exercises. |
@eliaahadi, got it. |
Newbie in exercism :hand# would like a review on my 1st pull request: #383
The text was updated successfully, but these errors were encountered: