In an 2D array of integers, find the longest string of consecutive integers without backtracking (only lateral movements allowed, diagonals not allowed).
Find a solution to a Sudoku board. More on Sudoku.
Longest substring without repeating characters (leetcode)