Skip to content

Added raw code for a linked list class #165

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added raw code for a linked list class #165

wants to merge 1 commit into from

Conversation

chumba-wamba
Copy link

Coded a linked list class with a lot of methods. Some of these methods are not optimised for edge cases (deleting the last element of an empty list can be considered as an edge case). Linked lists are powerful data structures and would be a good idea for beginners to grasp these concepts especially since the code also covers dunder methods and basic OOPS.

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

Successfully merging this pull request may close these issues.

1 participant