-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Added Circular Doubly Linked List in the datastructures section #6565
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
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
Doubly Circular Linked List Geeks for Geeks link: |
lint issue fix
lint issue fix
removed extra spaces
removed unnecessary null assignment
removed main method
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.
Looks good! Thanks for the contribution.
clang-format -i --style=file path/to/your/file.java