Status: IN
`generate_possible_next_moves` is O(n) in comparisons but O(n^2) worst-case overall due to O(n) string copying per match.
Source: entries/2026/06/06/flip-game-solution.md
JSON