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

Implemented sort order matches by common letter count largest to smallest #295

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

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    134074b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Fixed coding style errors

    Not-Forrest committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    ccb4773 View commit details
    Browse the repository at this point in the history
  2. Added test cases for sort_by_common_letter_count feature.

    All the test cases are passed
    ZihangH committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    1406166 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Fixed issue with sortByCommonLetter, fixed incorrect variable names.

    Added penalty for character mismatches in sortByCommonLetter
    Added call to full_process in sortByCommonLetter
    Fixed incorrect variable names (weird!)
    Not-Forrest committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    38e3419 View commit details
    Browse the repository at this point in the history