Commit 2026-03-18 23:07 de8a06c8
View on Github →chore(Combinatorics/SimpleGraph): move WalkDecomp and WalkCounting to Walks (#36819)
These lived in Connectivity probably because Walk was meant to live there. Split WalkCounting into Walks.Counting for anything that doesn't mention reachability, and Connectivity.Finite for anything that does.