Array of n objects with Boolean keys
Reorder so that objects with False keys appear first - solved
Relative order of Object with True keys should not change – ??
I tried few approaches and now wonder if it is even possible in O(1) space, and O(n) time
Is this a trick question
Authors - Any hints ?