Riot Games·Software Engineer·Online Assessment (OA)
Jan 2025
Got an OA from Riot Games for a software engineer role back in January. Just one coding problem, pretty approachable if you know your basic set operations.
- Given a Sudoku row as a list of integers (0 through 9, where 0 means empty), return all digits from 1 to 9 that are missing from the row.
“Pretty straightforward once you see it.”