Question: Suppose you have an array of N elements, containing three distinct keys, true, false, and maybe. Give an O(N) algorithm to rearrange the list so
Suppose you have an array of N elements, containing three distinct keys, true, false, and maybe. Give an O(N) algorithm to rearrange the list so that all false elements precede maybe elements, which in turn precede true elements. You may use only constant extra space.
Step by Step Solution
3.40 Rating (162 Votes )
There are 3 Steps involved in it
We add a dummy N 1 th element which well call probablyFalse proba... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
1486-C-S-A(440).docx
120 KBs Word File
