Giter Site home page Giter Site logo

Comments (2)

ragvri avatar ragvri commented on September 17, 2024

I think that 3**4 = 81 is a constant. We won't gain much performance wise removing the function that I made. Time complexity calculation is to be done on input,imo.

I think that we should modify the function so that I don't count 0 as a misplaced tile.

from artificial-intelligence-lab.

aagrawal207 avatar aagrawal207 commented on September 17, 2024

No, the code won't get slow because of the constant, it will get slow because it is doing 10 times more iterations for the same task. It is like number of test cases, t, at the start of an input in competitive programming questions, if t is 100 then 100 test cases will run and therefore actual program will be 100 times slower then the required timing.

Also, we were thinking of making a utils folder which can contain all the functions and classes which are similar to all the codes.

from artificial-intelligence-lab.

Related Issues (6)

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.