In an office, there is a stack of files arranged in a line, each with an importance level. Each stack is numbered consecutively from 1 to n, with their importance increasing as the number increases. An office employee is tasked with collecting these stack of files and delivering them to the manager's desk.
To ensure the process is smooth and efficient, the employee follows this strategy:
Each trip from left to right to collect files is called a "round." Determine the list of files the employee collects during each round.
