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

Create LinkedList.py #793

Merged
merged 1 commit into from
Oct 11, 2021
Merged

Create LinkedList.py #793

merged 1 commit into from
Oct 11, 2021

Conversation

Adityan-compile
Copy link
Contributor

@Adityan-compile Adityan-compile commented Oct 11, 2021

Problem

  • Storage elements for easy insertion or deletion without reallocation or reorganization

Solution

  • Created a Simple Singly Linked List

Changes proposed in this Pull Request :

  • 1. Create A Linked List

@fineanmol fineanmol added the hacktoberfest-accepted Accept for hacktoberfest, will merge later label Oct 11, 2021
@fineanmol fineanmol merged commit 2f93680 into fineanmol:master Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accept for hacktoberfest, will merge later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants