Added Circular Doubly Linked List in the datastructures section#6565
Merged
alxkm merged 12 commits intoTheAlgorithms:masterfrom Oct 1, 2025
Merged
Added Circular Doubly Linked List in the datastructures section#6565alxkm merged 12 commits intoTheAlgorithms:masterfrom
alxkm merged 12 commits intoTheAlgorithms:masterfrom
Conversation
added tests for CircularDoublyLinkedListTest
added circular doubly linked list code
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6565 +/- ##
============================================
+ Coverage 75.19% 75.23% +0.04%
- Complexity 5614 5626 +12
============================================
Files 690 691 +1
Lines 19407 19448 +41
Branches 3755 3758 +3
============================================
+ Hits 14593 14632 +39
- Misses 4247 4248 +1
- Partials 567 568 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…to src/main/java/com/thealgorithms/datastructures/lists/CircularDoublyLinkedList.java
fixed build issues
fixed lint issues
Contributor
Author
|
Doubly Circular Linked List Geeks for Geeks link: |
lint issue fix
lint issue fix
removed extra spaces
removed unnecessary null assignment
removed main method
alxkm
approved these changes
Oct 1, 2025
Member
alxkm
left a comment
There was a problem hiding this comment.
Looks good! Thanks for the contribution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
clang-format -i --style=file path/to/your/file.java