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

New Sorting Algorithms #61

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

New Sorting Algorithms #61

wants to merge 8 commits into from

Commits on Jun 12, 2020

  1. 2 New Sorts

    Implemented two new sorts:
    (Iterative Merge Sort)
    (Iterative Quick Sort)
    Each have descriptions in the files of how they should work.
    McDude73 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a422b86 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. More Sorts

    Added More Sorts for the Visualizer
    McDude73 committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4da9439 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. New Sorts

    Added 4 new sorts (Inverse Grate, Reverse Grate, Bozo, Modulo)
    McDude73 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4e686f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Description Fixes

    Fixed the descriptions for some of the newly created sorts.
    McDude73 committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    af8e717 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Changed to Support Run All

    Changed Iterative Merge and Quick to support the Run All Sorts option.
    McDude73 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    136536d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb71e3 View commit details
    Browse the repository at this point in the history
  3. Removed Inverse Grate Sort

    McDude73 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    872f6a4 View commit details
    Browse the repository at this point in the history
  4. Forgot Slope Sort

    Slope Sort was used in the Run All Exchange Sorts file, so this was fixed.
    McDude73 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e709a45 View commit details
    Browse the repository at this point in the history