diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-19 11:44:54 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-19 11:44:54 +0100 |
commit | 85d02e1e5ca422a5aacd0eb67654a53dfe624964 (patch) | |
tree | e340d0a5d3c3b29cf2b823f06b4079bad24e883f /Algorithms/Part-II/3-BaseballElimination/data/teams10.txt | |
parent | 3bfea3f9126bb991a1bdf25428a72e17963abf62 (diff) | |
download | coursera-85d02e1e5ca422a5aacd0eb67654a53dfe624964.zip coursera-85d02e1e5ca422a5aacd0eb67654a53dfe624964.tar.gz |
Algorithms-II : 3-BaseballElimination: add prototypes and data
Diffstat (limited to 'Algorithms/Part-II/3-BaseballElimination/data/teams10.txt')
-rw-r--r-- | Algorithms/Part-II/3-BaseballElimination/data/teams10.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Algorithms/Part-II/3-BaseballElimination/data/teams10.txt b/Algorithms/Part-II/3-BaseballElimination/data/teams10.txt new file mode 100644 index 0000000..826f000 --- /dev/null +++ b/Algorithms/Part-II/3-BaseballElimination/data/teams10.txt @@ -0,0 +1,11 @@ +10 + Atlanta 0 0 63 0 9 9 9 9 9 9 9 0 0 + Boston 0 0 63 9 0 9 9 9 9 9 9 0 0 + Chicago 0 0 63 9 9 0 9 9 9 9 9 0 0 + Cleveland 0 0 63 9 9 9 0 9 9 9 9 0 0 + Dallas 0 0 63 9 9 9 9 0 9 9 9 0 0 + Denver 0 0 63 9 9 9 9 9 0 9 9 0 0 + Detroit 0 0 63 9 9 9 9 9 9 0 9 0 0 + Golden_State 0 0 63 9 9 9 9 9 9 9 0 0 0 + Houston 31 32 0 0 0 0 0 0 0 0 0 0 0 + Indiana 32 31 0 0 0 0 0 0 0 0 0 0 0 |