Skip to content

Commit 174e8b7

Browse files
rectify all the error
1 parent 8024634 commit 174e8b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dsa-solutions/lc-solutions/3000-3099/3001-Minimum moves to capture queen renamed to dsa-solutions/lc-solutions/3000-3099/3001-Minimum moves to capture queen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: minimum-moves-to-capture-the-queen
2+
id: Minimum-Moves-to-Capture-The-Queen
33
title: Minimum Moves to Capture The Queen
44
sidebar_label: 3001 - Minimum Moves to Capture The Queen
55
tags:
@@ -9,7 +9,7 @@ description: "This is a solution to the Minimum Moves to Capture The Queen probl
99

1010
## Problem Description
1111

12-
There is a 1-indexed $8 \times 8$ chessboard containing 3 pieces.
12+
There is a 1-indexed 8 x 8 chessboard containing 3 pieces.
1313

1414
You are given 6 integers a, b, c, d, e, and f where:
1515

dsa-solutions/lc-solutions/3000-3099/3006-find beautiful indices in the given array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: Find Beautiful Indices in the Given Array I
2+
id: Find-Beautiful-Indices-in-the-Given-Array-I
33
title: Find Beautiful Indices in the Given Array I
44
sidebar_label: 3006 -Find Beautiful Indices in the Given Array I
55
tags:

0 commit comments

Comments
 (0)