You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix getMoveCompletion() — it has no bounds checking, so edge moves like h 0 0 will throw an ArrayIndexOutOfBoundsException when it tries to access hEdges[-1][c]
Fix getMoveCompletion() — it has no bounds checking, so edge moves like h 0 0 will throw an ArrayIndexOutOfBoundsException when it tries to access hEdges[-1][c]