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

Console runner is deplorable #3

Open
baratgabor opened this issue Mar 19, 2021 · 0 comments
Open

Console runner is deplorable #3

baratgabor opened this issue Mar 19, 2021 · 0 comments

Comments

@baratgabor
Copy link
Owner

Rewrite the console runner project to offer some actual, proper console functionality.

  • At the very least it should accept string parameters to build the suffix tree from.
    • Also expose requesting to return the longest common substring, since that's a common use case of these algorithms, and building that tree in the first place should have some practical use.
  • Ideally it should also have an interactive mode, and expose:
    • Adding new strings to the suffix tree.
    • Search for strings in the built suffix tree.
    • Display longest repeated substring.
  • Measure and display tree build time with stopwatch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant