Description: A word representing a closed walk of length N also represents a walk
of length N - 1 . The walk is one edge shorter than the closed
walk, because the last edge connecting the last with the first vertex is
missing. For example, if <" a b c "> e. ( 3 ClWWalksN G )
represents a closed walk "abca" of length 3, then
<" a b c "> e. ( 2 WWalksN G ) represents a walk "abc" (not closed
if a =/= c ) of length 2, and <" a b c a "> e. ( 3 WWalksN G )
represents also a closed walk "abca" of length 3. (Contributed by AV, 24-Jan-2022)(Revised by AV, 22-Mar-2022)