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

feat: improve gnome_sort #60

Closed
wants to merge 4 commits into from

Commits on Jul 27, 2023

  1. Brief description of changes

    Abey Bernard committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    84a5d09 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Brief description of changes

    Abey Bernard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    33e35ef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'my-contribution' of https://github.com/abeybernard/rust…

    …-algorithms into my-contribution
    
    The function now accepts a mutable reference to the array, avoiding the need for cloning.
    match expression is used for pattern matching.
    The i index is only decremented when necessary, reducing the number of assignments.
    Test cases now modify the array in place and check for correctness.
    Abey Bernard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9e56bcc View commit details
    Browse the repository at this point in the history
  3. Brief description of changes

    Abey Bernard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    210ffa8 View commit details
    Browse the repository at this point in the history