A solution to last week's challenge can be found here.
Challenge 200 represents another milestone (and badge!) on the trek up Mt. Everest: the arrival at Camp 4. To celebrate officially entering the Death Zone, we're serving up a challenge created by puzzler extraordinaire @TerryT!
Sudoku is a popular puzzle that requires you to the cells in a 9×9 grid with digits so that each row, each column, and each of the nine 3×3 boxes (shown with heavier lines) contains all the digits from 1 to 9 exactly once. Each puzzle is encoded as an 81 character string.
This challenge has three solution levels:
BEGINNER:
Using the Beginner and Intermediate Start File, parse the puzzle by separating rows nine characters at a time. The columns and boxes then line up accordingly where a ‘0’ represents an empty cell.
INTERMEDIATE:
Solve the puzzle provided in the Beginner and Intermediate Start File.
ADVANCED:
Solve the Sudoku puzzle from the Wikipedia article (Wikipedia Puzzle Start File).

Welcome to the Death Zone (Source: GIPHY)