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 sorting algorithms #75

Merged
merged 10 commits into from
May 18, 2024
Merged

Implement sorting algorithms #75

merged 10 commits into from
May 18, 2024

Commits on May 12, 2024

  1. Split README.md into multiple markdown files

    Thomas Gibson committed May 12, 2024
    Configuration menu
    Copy the full SHA
    41c34e5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Implement insertion sort

    Thomas Gibson committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5f8529e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Implement tim sort

    Thomas Gibson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e9b8a8d View commit details
    Browse the repository at this point in the history
  2. Added easter egg missing from tim_sort.py

    The same easter egg found in every file
    Thomas Gibson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    224ffd0 View commit details
    Browse the repository at this point in the history
  3. Add missing link in SORTING.md

    Thomas Gibson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    eb58d2f View commit details
    Browse the repository at this point in the history
  4. Implement cocktail shaker sort

    Thomas Gibson committed May 17, 2024
    Configuration menu
    Copy the full SHA
    21d7886 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Implement gnome sort

    Thomas Gibson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    dd5049d View commit details
    Browse the repository at this point in the history
  2. Implement brick sort

    And with that I'm done with implementing sorting algorithms, I have no
    plans to add anymore. I'm going to move onto traversal algorithms soon
    and hopefully finish this project soon
    Thomas Gibson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    29ab618 View commit details
    Browse the repository at this point in the history
  3. Organise sort algorithms alphabetically in MD

    Thomas Gibson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e698a0b View commit details
    Browse the repository at this point in the history
  4. Organise search algorithms alphabetically in MD

    Thomas Gibson committed May 18, 2024
    Configuration menu
    Copy the full SHA
    4684ed1 View commit details
    Browse the repository at this point in the history