Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan authored Oct 16, 2021
1 parent 053d1ea commit 9369ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Output: [1,2]

## Example 2

```
Input: nums = [1], k = 1
Output: [1]
```
Expand Down Expand Up @@ -84,7 +85,6 @@ Input:
[".",".",".","4","1","9",".",".","5"],
[".",".",".",".","8",".",".","7","9"]
]

Output: true
```

Expand Down

0 comments on commit 9369ccc

Please sign in to comment.