-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Addition of linked list #1278
Addition of linked list #1278
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi @AvneetX25! Thank you for submitting your first pull request to the Algo project. Great job on the contribution! 🎉 We appreciate your efforts, and our team will review it soon. If you have any questions, feel free to ask. Keep up the great work! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Great job, @AvneetX25! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update your code based on suggestions and Please read our contribution guideline for a better understanding of our format and expectations. When writing content, please follow the guidelines to ensure that your contributions are accepted.
@@ -0,0 +1,415 @@ | |||
--- | |||
id: Reverse Nodes in K group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace id: Reverse Nodes in K group
with id: reverse-nodes-in-k-group
@@ -0,0 +1,112 @@ | |||
--- | |||
id: Add 2 numbers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace id: Add 2 numbers
with id: add-2-numbers
📥 Pull Request
Description
Few Leetcode questions of Linked List are added including medium and hard level questions and some basic concepts of linked lists are moved from folder (DSA-Problem-Solution) to the (Linked-List) folder.
Fixes #901
Type of change
Checklist: