Coder Social home page Coder Social logo

race-betting's Introduction

Race betting

Fork this repo and email us when everything is green. Feel free to commit often, we would love to see how you tackle this and not just the final result.

Fill in the score routine in the RaceBet::Race class which accepts two arguments:

  • an Array of guesses, for example [:bob, :mark, :walter] which models a prediction that Bob will have finished first, Mark second and Walter third
  • an Array of actual winners, for example [:mark, :bob, :walter]

In this example the scoring function must calculate 7 points, according to following rules:

  • correct first place guess - 15 points
  • correct second place guess - 10 points
  • correct third place guess - 5 points
  • correct fourth place guess - 3 points
  • correct fifth place guess - 1 point
  • correctly guessing a participant is in the top 5 but misplacing them - 1 point.

Please take a look in the race_spec.rb file for the exact logic.

race-betting's People

Contributors

borfd avatar st0yanov avatar

Watchers

 avatar

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.