A lock you use has a code system to be opened instead of a key. The lock contains a sequence of wheels. Each wheel has the $26$ letters of the English alphabet $\texttt{‘a’}$ through $\texttt{‘z’}$, in order. If you move a wheel up, the letter it shows changes to the next letter in the English alphabet (if it was showing the last letter $\texttt{‘z’}$, then it changes to $\texttt{‘a’}$). If you move the wheel down, it changes to show the previous letter in the English alphabet (if it was showing $\texttt{‘a’}$, then it changes to $\texttt{‘z’}$).
It is also possible to move any subsequence of contiguous wheels in the same direction with only one movement. This has the same effect of moving each of the wheels within the subsequence on that direction, but saves the effort of doing that one wheel at a time.
The lock opens when the wheels show a secret sequence of letters. Currently all wheels are showing the letter $\texttt{‘a’}$. You want to know the minimum number of movements you need to open the lock.