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 validMoves() — it allocates a fixed-size array but leaves null entries at the end when not all moves are used; switch to an ArrayList and convert at the end
Fix validMoves() — it allocates a fixed-size array but leaves null entries at the end when not all moves are used; switch to an ArrayList and convert at the end