Skip to content
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

Closed
laurauzcategui opened this issue Oct 26, 2016 · 5 comments
Closed

I will implement simple-linked-list #384

laurauzcategui opened this issue Oct 26, 2016 · 5 comments

Comments

@laurauzcategui
Copy link

Newbie in exercism :hand# would like a review on my 1st pull request: #383

@stale
Copy link

stale bot commented May 6, 2017

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.

@stale stale bot closed this as completed Jul 13, 2017
@eliaahadi
Copy link

Was this implemented? I saw a double linked list, but not a simple one.

@ilya-khadykin
Copy link
Contributor

@eliaahadi
Copy link

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.

@ilya-khadykin
Copy link
Contributor

@eliaahadi, got it.
Do feel like implementing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants