Skip to content

Remove spurious reference to other exercise in linked-list metadata #1

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

Closed
kytrinyx opened this issue Mar 5, 2014 · 0 comments
Closed

Comments

@kytrinyx
Copy link
Member

kytrinyx commented Mar 5, 2014

Copied from exercism/exercism#1440 reported by @patbl


Maybe "simple-linked-list" was left out of the JavaScript track by accident? Here are the instructions for Linked List:

In simple-linked-list we created a push-down stack using a purely
functional linked list, but if we allow mutability and add another
pointer we can build a very fast deque data structure (Double-Ended
queue).

[...]

Under the hood we'll use the same Element class from
simple-linked-list, but there should be a @next and @prev attributes
that are both writable. @prev should point to the previous Element in
the list.
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

1 participant