Rust icon indicating copy to clipboard operation
Rust copied to clipboard

Refactor Ternary Search

Open sozelfist opened this issue 1 year ago • 2 comments

Checklist:

  • [x] I ran bellow commands using the latest version of rust nightly.
  • [x] I ran cargo clippy --all -- -D warnings just before my last commit and fixed any issue that was found.
  • [x] I ran cargo fmt just before my last commit.
  • [x] I ran cargo test just before my last commit and all tests passed.
  • [x] I added my algorithm to the corresponding mod.rs file within its own folder, and in any parent folder(s).
  • [x] I added my algorithm to DIRECTORY.md with the correct link.
  • [x] I checked COUNTRIBUTING.md and my code follows its guidelines.

sozelfist avatar Oct 11 '24 12:10 sozelfist

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.38%. Comparing base (3139471) to head (ede7d6c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #815   +/-   ##
=======================================
  Coverage   95.38%   95.38%           
=======================================
  Files         311      311           
  Lines       22628    22625    -3     
=======================================
- Hits        21583    21581    -2     
+ Misses       1045     1044    -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 11 '24 12:10 codecov-commenter

Can you have a look on this one, @vil02?

sozelfist avatar Oct 14 '24 08:10 sozelfist