Skip to content

Conversation

richk21
Copy link
Contributor

@richk21 richk21 commented Oct 1, 2025

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

added tests for CircularDoublyLinkedListTest
added circular doubly linked list code
@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.23%. Comparing base (421ac6d) to head (9eacb59).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…to src/main/java/com/thealgorithms/datastructures/lists/CircularDoublyLinkedList.java
@richk21
Copy link
Contributor Author

richk21 commented Oct 1, 2025

Doubly Circular Linked List Geeks for Geeks link:
https://www.geeksforgeeks.org/dsa/introduction-to-circular-doubly-linked-list/

@richk21 richk21 marked this pull request as ready for review October 1, 2025 08:04
Copy link
Member

@alxkm alxkm left a 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.

@alxkm alxkm merged commit 5e9d9f7 into TheAlgorithms:master Oct 1, 2025
6 checks passed
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.

3 participants