Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Finish implementing LinkedList class; Add Stack, Queue#80

Closed
aaronkh wants to merge 2 commits intoAllAlgorithms:masterfrom
aaronkh:master
Closed

Finish implementing LinkedList class; Add Stack, Queue#80
aaronkh wants to merge 2 commits intoAllAlgorithms:masterfrom
aaronkh:master

Conversation

@aaronkh
Copy link

@aaronkh aaronkh commented Oct 9, 2019

Previous LinkedList class did not contain most of the methods one would associate with linked lists. This commit adds them in, as well as other methods so that they share the same API as Python's built-in lists.

This commit also adds Queues and Stacks, both of which were missing but listed on AllAlgorithms.

@abranhe abranhe closed this Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants