Skip to content

mkanthan/poker-hands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler Problem 54: Poker Hands

Description

This is a simple ruby script to evaluate how many times Player 1 is the winner inside poker.txt. This is the solution to Problem 54 on ProjectEuler.net.

Project Setup

1) Run your standard bundle commands

$ gem install bundler
$ bundle

2) Run the full test suite - at the time of this writing, all tests should pass 100%

$ rake

Running The Program

Simply Run the parser and display the answer.

$ rake poker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages