Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
SrishtiSinha2003 authored Jun 23, 2025
commit 59cdb963e54fc7af4fa1b3cc58fab41812271d5c
6 changes: 2 additions & 4 deletions 2081. Sum of k-Mirror Numbers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ The 17 smallest 7-mirror numbers are:

# Constraints
```
- 2 <= k <= 9

- 1 <= n <= 30

2 <= k <= 9
1 <= n <= 30
```