- Dining philosopher
They want food so they wait. And end up eating each other.
- Given a random number generator that returns a number between [0,1], how would you build a RNG that accounted for weighting?
WAT?
- You have two arrays with N integers in them. Merge those arrays using a recursive algorithm so that the integers in the final array are sorted.