Bloomberg Interview Question

Rotate matrix within your choice language

Interview Answers

Anonymous

Oct 13, 2017

Use google

Anonymous

Nov 29, 2017

Answer for the finding minimum in stack : You have to maintain a secondary stack of the "minimums" to allow for the pops and still have the current minimum in the stack. This implementation is O(1).