Rust
Rust copied to clipboard
feat: Implement Circular Deque
Changes
- [x] New feature (non-breaking change which adds circular deque implementation)
Checklist:
- [x] I ran bellow commands using the latest version of rust nightly.
- [x] I ran
cargo clippy --all -- -D warningsjust before my last commit and fixed any issue that was found. - [x] I ran
cargo fmtjust before my last commit. - [x] I ran
cargo testjust before my last commit and all tests passed. - [x] I added my algorithm to the corresponding
mod.rsfile within its own folder, and in any parent folder(s). - [x] I added my algorithm to
DIRECTORY.mdwith the correct link. - [x] I checked
COUNTRIBUTING.mdand my code follows its guidelines.
Codecov Report
Attention: Patch coverage is 95.75758% with 7 lines in your changes missing coverage. Please review.
Project coverage is 95.05%. Comparing base (
46ad2da) to head (c17bee3). Report is 13 commits behind head on master.
| Files | Patch % | Lines |
|---|---|---|
| src/data_structures/circular_deque.rs | 95.75% | 7 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #768 +/- ##
========================================
Coverage 95.05% 95.05%
========================================
Files 307 308 +1
Lines 22729 22894 +165
========================================
+ Hits 21605 21763 +158
- Misses 1124 1131 +7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions!