Random Array
Chef has been given $N$ arrays. The task is to create a **strictly increasing sequence** based on the following conditions: - Chef will pick the first element randomly from any of the arrays. - From second element onwards, Chef can **equiprobably** choose an element which is: - **strictly greater** than last chosen element, and - belongs to an array other than the array of last chosen element
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start