Skip to content

Commit 457c31b

Browse files
authored
Update and rename 3001-Minimum moves to capture queen.md to minimum-moves-to-capture-the-queen.md
1 parent 996fd78 commit 457c31b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 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:
@@ -243,7 +243,3 @@ public:
243243
### Conclusion
244244

245245
THis code efficectively calculates the minimum number of moves using constant space and constant time
246-
247-
- **LeetCode Problem**: [Minimum Moves to Capture The Queen](https://leetcode.com/problems/minimum-moves-to-capture-the-queen/description/)
248-
249-
- **Solution Link**: [LeetCode Solution](https://leetcode.com/problems/minimum-moves-to-capture-the-queen/solutions/4577719/beats-100-time-complexity-o-1)

0 commit comments

Comments
 (0)