rafacarrascosa / countminsketch

A minimalistic Count-min Sketch for Python
BSD 3-Clause "New" or "Revised" License
57 stars 32 forks source link

Convenience operator for assignment #1

Open tpott opened 10 years ago

tpott commented 10 years ago

Syntatic sugar :)

rafacarrascosa commented 10 years ago

Awesome! But count[x] = 5 seems a bit counter-intuitive to me, how about count[x] += 5?