diff --git a/dsa-solutions/lc-solutions/0900-0999/0999-available-captures-for-rook.md b/dsa-solutions/lc-solutions/0900-0999/0999-available-captures-for-rook.md index 60777607a..67ae7f2aa 100644 --- a/dsa-solutions/lc-solutions/0900-0999/0999-available-captures-for-rook.md +++ b/dsa-solutions/lc-solutions/0900-0999/0999-available-captures-for-rook.md @@ -8,6 +8,7 @@ tags: - matrix --- + ## Problem Description You are given an 8 x 8 matrix representing a chessboard. There is exactly one white rook represented by 'R', some number of white bishops 'B', and some number of black pawns 'p'. Empty squares are represented by '.'.