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

Implement Different Types of Linked Lists and Operations #294

Closed
prasadsarwar opened this issue Oct 4, 2024 · 3 comments
Closed

Implement Different Types of Linked Lists and Operations #294

prasadsarwar opened this issue Oct 4, 2024 · 3 comments
Assignees
Labels
DSA good first issue Good for newcomers Hacktoberfest contribute for hacktoberfest 2024

Comments

@prasadsarwar
Copy link
Contributor

I would like to contribute by implementing different types of linked lists along with basic and advanced operations in C/C++. The linked lists and operations are as follows:

Linked List Types:
Singly Linked List (SLL)
Singly Circular Linked List (SCLL)
Doubly Linked List (DLL)
Doubly Circular Linked List (DCLL)
Operations:
Basic: Insert, Delete, Display.
Advanced: Search, Sort, Reverse, Count nodes, Detect loops.
Proposed Approach:

Implement each linked list in separate files.
Add basic operations first, followed by advanced operations.
Language: C/C++

This contribution will enhance the repo's data structure implementations, making it more comprehensive for developers.

Copy link

github-actions bot commented Oct 4, 2024

Thank you for raising a issue, Hope you enjoing the open source. we try to reply or assign as soon possibe. Connect with mentor.

@prasadsarwar
Copy link
Contributor Author

Kindly assign this issue to me. I’m eager to contribute and implement these features.

@Saloni6111 Saloni6111 added good first issue Good for newcomers Hacktoberfest contribute for hacktoberfest 2024 DSA labels Oct 4, 2024
@ArcheR1901
Copy link
Contributor

Hi, I have already added a code in C folder, a randomized quick sort. will there be any issues or that will be accepted for Hactoberfest 2024? If there is any issue, please let me know, I will make the necessary changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DSA good first issue Good for newcomers Hacktoberfest contribute for hacktoberfest 2024
Projects
None yet
Development

No branches or pull requests

3 participants