Skip to content

Commit 14791f5

Browse files
Update 1823-find-the-winner-of-the-circular-game.md
1 parent 84e0326 commit 14791f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/1800-1899/1823-find-the-winner-of-the-circular-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Explanation: The friends leave in this order: 5, 4, 6, 2, 3. The winner is frien
3434

3535
### Constraints
3636

37-
- 1 <= k <= n <= 500
37+
- `1 <= k <= n <= 500`
3838

3939
## Solution for Find the Winner of the Circular Game
4040
### Approach

0 commit comments

Comments
 (0)