In coding, a permutation refers to an arrangement of elements in a specific order. It’s a way to rearrange or resequence elements without changing them. For example, given the list [1, 2, 3], permutations could include [1, 2, 3], [2, 1, 3], [3, 2, 1], and so on.