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

Add circular singly linked list #1153

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

R055A
Copy link

@R055A R055A commented Jul 19, 2024

Fixes #1131

Add new linked list data structure: circular-linked-list.

Based on the existing linked list, it includes a test suite with 99% coverage and README.md (excluding an image).

18 test cases
99% coverage
Add link to `src/data-structures/circular-linked-list`
@R055A
Copy link
Author

R055A commented Aug 31, 2024

@trekhleb

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.

Adding Circular Linked List In Data Structure.
1 participant