GithubHelp home page GithubHelp logo

miscellaneous's People

Contributors

kumassy avatar

Watchers

 avatar  avatar

miscellaneous's Issues

Assertion failed

両替の結果1万円札がでるとアサーションが通らなくなる。

所持金の1万円札も requirementも、もともと同じINF円もってるから。

val requirement = listOf(INF, 1, 4, 1, 4, 1, 4, 1, 4)

Improper Algorithm

[vagrant@localhost minimum_change]$ java -jar -ea limited.jar 
[0, 0, 0, 0, 3, 0, 1, 0, 1000]
price: 756
you have: [100000, 0, 1, 0, 3, 0, 1, 0, 1000]
you should pay: 1310(1004) [0, 0, 0, 0, 3, 0, 1, 0, 1000]
change is: 554(6) [0, 0, 0, 1, 0, 1, 0, 0, 4]
[vagrant@localhost minimum_change]$ kotlinc limited.kt -include-runtime -d limited.jar
[vagrant@localhost minimum_change]$ java -jar -ea limited.jar 
[0, 0, 0, 0, 3, 0, 1, 0, 1001]
price: 756
you have: [100000, 0, 1, 0, 3, 0, 1, 0, 1001]
you should pay: 1311(1005) [0, 0, 0, 0, 3, 0, 1, 0, 1001]
change is: 555(3) [0, 0, 0, 1, 0, 1, 0, 1, 0]

2016-09-11 14 06 47

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.