Skip to content

Instantly share code, notes, and snippets.

@stangirala
Created September 19, 2016 02:36
Show Gist options
  • Save stangirala/190f6ed0222b10f8312b41778cfe0e03 to your computer and use it in GitHub Desktop.
Save stangirala/190f6ed0222b10f8312b41778cfe0e03 to your computer and use it in GitHub Desktop.
def map(intValue):
print intValue, 1
def reduce(*args):
store = {}
for intValue, count in args:
store[computeBin(intValue)] += count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment