Skip to content

Commit

Permalink
Greed updated
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-cernil committed Sep 28, 2024
1 parent a1be3cb commit 7b93a72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sandbox/katas/02 Greed.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Modify your scoring method to support the following rules:
- Three Pairs [2,2,3,3,4,4] (800 points)
- Straight [1,2,3,4,5,6] (1200 points)

## Example Scores with Extra Credit

- [1,1,1,5,1] = 2050 points
- [2,3,4,6,2] = 0 points
- [3,4,5,3,3] = 350 points

## Resources

- [Walkthrough by Steve Smith (@ardalis)](http://pluralsight.com/training/courses/TableOfContents?courseName=patterns-library&highlight=steve-smith_patterns-rules*11#patterns-rules)
Expand Down

0 comments on commit 7b93a72

Please sign in to comment.