Community Problem

Dungeon Game

Difficulty: Hard

Find the minimum starting health a knight needs to traverse a dungeon grid from top-left to bottom-right, using REVERSE bottom-up DP from the princess cell.

Dungeon Game

Find the minimum starting health a knight needs to traverse a dungeon grid from top-left to bottom-right, using REVERSE bottom-up DP from the princess cell.

HARD
$8.99
dynamic-programming
grid-dp
matrix-algorithms
noranasser

By @noranasser

April 7, 2026

·

Updated May 18, 2026

463 views

11

4.4 (12)

Problem statement is locked. Purchase this item to view the full content.

Solution

Starter code, test cases, and solutions are locked.

Purchase this item to access the full workspace.

All Problems