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

Set correct starting position for high cursor #646

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

darrellpf
Copy link
Contributor

modified:   src/sorting/quick_sort.rs

Description

Set initial high cursor position correctly and remove relative offsets

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

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

	modified:   src/sorting/quick_sort.rs
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (87ec8a0) 94.56% compared to head (4a2657a) 94.56%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #646   +/-   ##
=======================================
  Coverage   94.56%   94.56%           
=======================================
  Files         283      283           
  Lines       22825    22825           
=======================================
  Hits        21584    21584           
  Misses       1241     1241           

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

Copy link
Member

@siriak siriak 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!

@siriak siriak merged commit f850766 into TheAlgorithms:master Jan 5, 2024
4 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.

None yet

3 participants