AntiPattern
State Tracking via Hidden Keys
indirect-state-identity
Algorithms or data structures fail when path/state identity is derived indirectly—e.g., dynamic variable names, incorrect g-value updates, or relying on object equality/closedList membership—leading to stale or duplicate states and incorrect shortest-path behavior.