Skip to content
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

Improve Range Minimum Query Implementation #834

Merged
merged 6 commits into from
Jan 11, 2025

Conversation

sozelfist
Copy link
Contributor

Checklist:

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

@codecov-commenter
Copy link

codecov-commenter commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.49%. Comparing base (4e25e99) to head (34c6724).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #834      +/-   ##
==========================================
+ Coverage   95.47%   95.49%   +0.01%     
==========================================
  Files         316      316              
  Lines       22934    22948      +14     
==========================================
+ Hits        21897    21914      +17     
+ Misses       1037     1034       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sozelfist
Copy link
Contributor Author

Can you have a look, @vil02?

@sozelfist
Copy link
Contributor Author

sozelfist commented Nov 15, 2024

Can you review this PR, @vil02?

@sozelfist
Copy link
Contributor Author

Could you please take a moment to review this PR, @vil02?

@sozelfist
Copy link
Contributor Author

Can you have a look, @vil02?

Copy link

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.

@github-actions github-actions bot added the stale label Jan 10, 2025
@sozelfist
Copy link
Contributor Author

Can you have a look, @vil02?

@github-actions github-actions bot removed the stale label Jan 11, 2025
@vil02 vil02 merged commit ff1df12 into TheAlgorithms:master Jan 11, 2025
4 checks passed
@sozelfist sozelfist deleted the ref/ds/rmq branch January 13, 2025 04:25
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