Normal Sudoku rules apply.
Each box in the grid has a height value equal to 10 times its center digit. Each cell in the grid has a height value equal to its digit + its boxes’ height.
A hidden river flows throughout the grid. The river consists of a single stream starting at the cell with the biggest height value and ending at the cell with the lowest height value. The river visits every box.
After visiting a cell, the river continues downhill to the orthogonal or diagonal neighbour with the lowest height value. If none of the neighbouring cells have a lower height value than the current cell, the river instead ends in a sink.
Have Fun!
Solution code: Digits from column 1, top to bottom
yesterday, 21:01 by kasperd
There are some aspects of the rules I find unclear.
It says the river starts at the biggest value and ends at the smallest value. Does that refer to the biggest and smallest value on the river or the biggest and smallest value in the entire grid?
Moreover the rules don't specify if values will be unique throughout the grid. And if values are not guaranteed to be unique, how will the river move when duplicated values are encountered?
> Hi! The river starts and ends on the most extreme height values in the entire grid. Height values do not necessarily have to be unique. The edge case where a river cell has two lowest neighbour could allow the river to split, but that is not possible in this puzzle.
yesterday, 16:03 by Schorsch
Clarified german rules
yesterday, 15:59 by Schorsch
This a hard puzzle. If you're new to the river rule set, feel free to check out my previous river puzzles for a (slightly) more approachable introduction to the constraint.
Previous puzzle in the series: https://logic-masters.de/Raetselportal/Raetsel/zeigen.php?id=000IWR
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.