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

implement micro sort #12

Merged
merged 16 commits into from
Jan 17, 2024
Merged

implement micro sort #12

merged 16 commits into from
Jan 17, 2024

Commits on Jan 15, 2024

  1. implement swap stack

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e8ae7f4 View commit details
    Browse the repository at this point in the history
  2. implement rotate stack

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    59722bb View commit details
    Browse the repository at this point in the history
  3. implement reverse rotate stack

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ea392d5 View commit details
    Browse the repository at this point in the history
  4. refactor with sort()

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0726b84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b1cbcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    303d3b0 View commit details
    Browse the repository at this point in the history
  7. refactor _handle_3

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ccfbf22 View commit details
    Browse the repository at this point in the history
  8. implement push stack

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7cc9ed2 View commit details
    Browse the repository at this point in the history
  9. refacotr test

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8caa867 View commit details
    Browse the repository at this point in the history
  10. implement micro sort case 4

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    225a6a6 View commit details
    Browse the repository at this point in the history
  11. refactor stack operation

    rask24 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    eef5dd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. modify sort argument

    rask24 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    da3e994 View commit details
    Browse the repository at this point in the history
  2. implement sort test

    rask24 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8c11ad3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. refactor micro sort

    rask24 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    79ca1da View commit details
    Browse the repository at this point in the history
  2. implement micro sort case 5

    rask24 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    88a6200 View commit details
    Browse the repository at this point in the history
  3. fix if statement on _handle_4

    rask24 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    36e7fde View commit details
    Browse the repository at this point in the history