← Back to Difficulty Selection
Code Review (Easy): Ordering the Tests
Story
Lena was tasked with creating a system to assign unique access keys for the team's internal testing environment. Eva asked her to build a small utility that could generate a specific sequence of digits from a sorted list of all possible arrangements. This way, if Mark needed to recreate a specific test case, he could just request the exact order by its position in the list. For example, if they were working with four digits and needed the ninth possible arrangement, the tool would provide the sequence "2314".
Your Task
Read the story and code, then decide if the code is ready for production or needs improvement.
Hints
What would block an approval? Give me a hint.
Next
Check out Next Topic: Organizing the Workspace