Git Product home page Git Product logo

Comments (2)

stevenhalim avatar stevenhalim commented on July 19, 2024

Hi git-hub-tig,

-. top-down or bottom-up is just preference, I prefer top-down, so will remain top-down in CP4 :).
-. I now notice the bug with {5,4,3,2,1} on the very old O(n^2) that was never tested again after I use O(n log k) version all these time, thanks for catching this. I have now changed ans = 0; to ans = 1; before the recursive case to fix this case without resorting to ensure that i==0 is the minimum, i.e., LIS can now start from any index and just end at n-1 that is set to have "INF" (very large number).
-. I have tested {5,4,3,2,1,99 (need last number = "INF")} -> returns 2 of course, and now test this code with many random tc.
-. I push a newer file, pls stress test it again

from cpbook-code.

stevenhalim avatar stevenhalim commented on July 19, 2024

issue closed, this should be fixed already

from cpbook-code.

Related Issues (20)

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.