Problem 61024. The Case of the Missing Prototype – Restore the Correct Frame Order from the Corrupted Security Camera Footage

You’ve finally recovered the security camera footage from the Innovation Lab,but the system malfunctioned and stored frames in the wrong order.Each frame is represented by a number in the vector frames.Reordering the footage might reveal who entered the lab that night!
Your task is to restore the video to its proper sequence by arranging all frame numbers in ascending order.
Return the corrected vector of frame numbers.

Solution Stats

87.5% Correct | 12.5% Incorrect
Last Solution submitted on Oct 23, 2025

Solution Comments

Show comments