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

Added Suffix Tree implementation using Ukkonen algorithm #524

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

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    a9a5ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3943502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c30d0a View commit details
    Browse the repository at this point in the history
  4. Small string mistake fixed

    CarolLuca committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    2baa77a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdec7c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f584a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5887c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a241ff1 View commit details
    Browse the repository at this point in the history
  9. Treated the null tests

    CarolLuca committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    48366ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    767b7e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Fixed L206 and L231

    CarolLuca committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    55a7ae2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    774b402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b331389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bef9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1bc9a8 View commit details
    Browse the repository at this point in the history
  5. Solved import issue

    CarolLuca committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8659f84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0309f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Made __new__ method work

    CarolLuca committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    67313c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3bf2de View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    0ad5483 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    CarolLuca committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    719a095 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Added test for long string

    CarolLuca committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4e1247d View commit details
    Browse the repository at this point in the history
  2. Changed test file location

    CarolLuca committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    dbfed79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9349742 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    466b3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9622c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af2a5d View commit details
    Browse the repository at this point in the history
  4. Added more tests

    CarolLuca committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    d3a8a04 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Modified requested changes

    CarolLuca committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f0b3d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b8770f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a12d4 View commit details
    Browse the repository at this point in the history
  4. Coding style

    CarolLuca committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    65f87ce View commit details
    Browse the repository at this point in the history
  5. Minor flaw in testing

    CarolLuca committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cf67130 View commit details
    Browse the repository at this point in the history
  6. Eliminated __init__ method

    CarolLuca committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    77af09a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8c6b45 View commit details
    Browse the repository at this point in the history