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

Refactored algorithms to increase maintainability and support redability. #118

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

Commits on Mar 24, 2022

  1. Extracted method from the NFA and RabinKarp algorithm to increase red…

    …ability. Renamed variable to make it less ambigious
    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    227f7a8 View commit details
    Browse the repository at this point in the history
  2. Extracted Class in favor of single responsbility model.

    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7466f0b View commit details
    Browse the repository at this point in the history
  3. Created new class to accomdoate changes

    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    316898e View commit details
    Browse the repository at this point in the history
  4. Moved method to seperate trignometric entity

    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b9f02b7 View commit details
    Browse the repository at this point in the history
  5. Removed method from the original source

    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    727ebf0 View commit details
    Browse the repository at this point in the history
  6. Pushed down the graph variables that were more specific to a particul…

    …ar method rather than the class
    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b21b11e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f4ea6c View commit details
    Browse the repository at this point in the history
  8. Accomodated refactoring changes.

    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6551559 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    065b4ee View commit details
    Browse the repository at this point in the history
  10. Pulled up variable for the LinkedList function check which needs to b…

    …e used after pop and push
    Ayush Verma committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d6892e2 View commit details
    Browse the repository at this point in the history