GithubHelp home page GithubHelp logo

Comments (5)

felipelouza avatar felipelouza commented on September 26, 2024

Hi, why do you need to handle empty strings? Or, do you just want that the algorithm checks if there is at least one empty string before start?
Thank you!

from gsa-is.

votroto avatar votroto commented on September 26, 2024

The simplest argument is that it violates the Robustness Principle. An even shallower reason is that, when using property based testing, an empty string is the first input the algorithm receives. One way or another an empty string is going to show up and, as it stands, every user is going to have to work around this limitation. If there is a clear and obvious way to solve this, it would be great if it was already implemented. :)

from gsa-is.

votroto avatar votroto commented on September 26, 2024

If you were asking about real life examples, then for example when checking ASCII documents some of them might be empty, in which case neither a crash nor an error message are desirable.

from gsa-is.

felipelouza avatar felipelouza commented on September 26, 2024

Ok, I understand. I will think if there is a trivial solution.

from gsa-is.

felipelouza avatar felipelouza commented on September 26, 2024

Hi, sorry the late reply. Unfortunately, there is no easy way to add support for empty strings, since the algorithm needs that each LMS-substring have size at least 3. I just added a macro to check if there is an empty string and return -2 (code).

from gsa-is.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.