The Union Find problem leads to an understanding of some very interesting data structures.
References:
The Union Find problem leads to an understanding of some very interesting data structures.
References:
In many scenarios, we can live with approximations in counting.
There are a few techniques in particular which are increasingly being used in online scenarios. Example, services like RedShift, Redis and Spark have in built support for these data structures.
References:
Code:
There is a very interesting problem I recently came across as part of Google’s foobar challenge. The problem is called ‘zombie antidote’.
I wanted to write down some thoughts as I made my way towards solving this problem.
Thoughts:
Tips:
Code:
References:
Recently I was playing around with multi-dimensional data structures in Python.
Some interesting observations:
Some references below for further examination:
References: