Skip to content

Instantly share code, notes, and snippets.

@petehouston
Created November 1, 2019 19:51
Show Gist options
  • Save petehouston/d903bb9b9b3ae098b939cfdea9d024f2 to your computer and use it in GitHub Desktop.
Save petehouston/d903bb9b9b3ae098b939cfdea9d024f2 to your computer and use it in GitHub Desktop.
map-reduce
((12, 18), 1/3)
((12, 19), 1/3)
((12, 80), 1/3)
((15, 12), 1/18)
((15, 18), 8/18)
((15, 19), 3/18)
((15, 80), 4/18)
((15, 88), 1/18)
((15, 91), 1/18)
((17, 15), 1/5)
((17, 18), 2/5)
((17, 19), 1/5)
((17, 80), 1/5)
((18, 15), 1/4)
((18, 19), 2/4)
((18, 88), 1/4)
((19, 15), 1/7)
((19, 18), 4/7)
((19, 80), 2/7)
((80, 12), 1/9)
((80, 18), 5/9)
((80, 19), 3/9)
((88, 18), 1)
((91, 12), 1/5)
((91, 18), 1/5)
((91, 19), 1/5)
((91, 80), 2/5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment