Skip to content

Commit

Permalink
Include solution steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Feb 12, 2018
1 parent 20825ff commit c196972
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,16 @@ This is my Ruby translation to Peter Norvig's [solution to When is Cheryl's Birt
5. Albert: Then I also know when Cheryl's birthday is.
6. So when is Cheryl's birthday?

View my solution:

- [Create abstraction for cheryl's possible dates](https://github.com/JuanitoFatas/cheryl/commit/5979188)
- [Cheryl tells part of birthday](https://github.com/JuanitoFatas/cheryl/commit/32f1943)
- [Person knows birthday if possible date only one](https://github.com/JuanitoFatas/cheryl/commit/34e3e2d)
- [Statement 3 - Albert: I don't know when Cheryl's birthday is, but I know that Bernard does not know too](https://github.com/JuanitoFatas/cheryl/commit/78382b7)
- [Statement 4 - Bernard: At first I don't know when Cheryl's birthday is, but I know now](https://github.com/JuanitoFatas/cheryl/commit/8289a1c)
- [Statement 5 - Albert: Then I also know when Cheryl's birthday is](https://github.com/JuanitoFatas/cheryl/commit/7057899)
- [So when is Cheryl's birthday?](https://github.com/JuanitoFatas/cheryl/commit/5240c10)

## Credits

See [norvig/pytudes - Python programs to practice or demonstrate skills][pytudes], it's gold.
Expand Down

0 comments on commit c196972

Please sign in to comment.