Giter Site home page Giter Site logo

ut-ist-coding-exam's People

Contributors

nerikosans avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

omaripablo00

ut-ist-coding-exam's Issues

ex2018-8のQ2の解答の誤り

for y in range(int(cell_count / width)):
    if not image.get_cell((y+1) * width - 1).is_white():
        success = False
        break

ここで右端が白一色であることの判定を行っています、これだと正しい長さ以外のものも出力されてしまいます。(e.g. width = 100で成功する場合は width = 200において**に白い線が入るが成功になる。)
問題文が上から下への白い線が1つのみが成功の場合であることを考えるとこれは誤りになります。

修正としては最も最初に正解が見つかったタイミングで探索を打ち切れば良さそうです。

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.