This question is Problem 7.7 from Matrix Mathematics: A Second Course in Linear Algebra (2 ed) by Garcia and Horn:
Let $K_n$ be the reversal matrix \begin{equation*} K_n = \begin{bmatrix} & & & 1 \\ & & \unicode{x22F0} & \\ & 1 & & \\ 1 & & & \end{bmatrix}. \end{equation*} If $n = 2m$ or $n = 2m + 1$, show in two ways that $\det K_n = (-1)^m$:
(a) Use induction and a Laplace expansion.
(b) Show that $K_n$ is permutation similar to the direct sum of some copies of $K_2$ and $K_1$.
I was able to show part (a) without much issue. However, I am at a complete roadblock with part (b). I started by trying to work with the case $n = 4$ and manually testing some "simple" permutation similarities that have $K_2$ or $I$ as blocks. For example, \begin{equation*} \begin{bmatrix} 0 & K_2 \\ K_2 & 0 \end{bmatrix}\begin{bmatrix} K_2 & 0 \\ 0 & K_2 \end{bmatrix} \begin{bmatrix} 0 & K_2 \\ K_2 & 0 \end{bmatrix} = \begin{bmatrix} K_2 & 0 \\ 0 & K_2 \end{bmatrix} \end{equation*} is one of the several (non-fruitful) permutation similarities I tested.
I am hoping someone can find the permutation matrix that shows $K_2 \oplus K_2$ and $K_4$ are permutation similar, and possibly proceed to the general case. It might also be possible these are not permutation similar; in which case, are $K_2 \oplus K_1 \oplus K_1 = K_2 \oplus I_2$ and $K_4$ permutation similar instead?
The question here is related but does not use the method I am interested in. One of the answers is well-written solution giving the idea for part (a).