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

Hacktober Fest #1

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Hacktober Fest #1

wants to merge 6 commits into from

Commits on Oct 10, 2020

  1. LCS: string and length

    amandal3 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    ebdd22b View commit details
    Browse the repository at this point in the history
  2. Number Algorithms

    gcd, lcm, power, powermod, fermat
    amandal3 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    3bc673b View commit details
    Browse the repository at this point in the history
  3. Sorting

    BubbleSort, Mergesort, Quicksort, Heapsort
    amandal3 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    2a66a0f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. added radix sorting

    amandal3 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    59df497 View commit details
    Browse the repository at this point in the history
  2. Primes

    Erathosthenes n Good Prime O(sqrtn)
    amandal3 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    35d7bad View commit details
    Browse the repository at this point in the history
  3. Searching

    Chap 7 of Notes: Linear, Binary, Golden Mean
    amandal3 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    20e535f View commit details
    Browse the repository at this point in the history