Generate all arrangements by trying every position for every element.
Without tracking what's already used, you might place the same element twice or skip elements.
How do you systematically build permutations while ensuring each element appears exactly once?