Skip to content

Commit 504e505

Browse files
committed
update readme
1 parent 4741f82 commit 504e505

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/Question List.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
0263-ugly-number python easy
2-
0264-ugly-number-ii python medium
2+
0264-ugly-number-ii python medium
3+
0650-2-keys-keyboard python medium

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ The solutions are organized as follows:
279279
| 0646 | [Maximum Length of Pair Chain](https://leetcode.com/problems/maximum-length-of-pair-chain/) | [Python](./0646-maximum-length-of-pair-chain/0646-maximum-length-of-pair-chain.py) | [Medium](./0646-maximum-length-of-pair-chain/README.md) |
280280
| 0647 | [Palindromic Substrings](https://leetcode.com/problems/palindromic-substrings/) | [Python](./0647-palindromic-substrings/0647-palindromic-substrings.py) | [Medium](./0647-palindromic-substrings/README.md) |
281281
| 0648 | [Replace Words](https://leetcode.com/problems/replace-words/) | [Python](./0648-replace-words/0648-replace-words.py) | [Medium](./0648-replace-words/README.md) |
282+
| 0650 | [2 Keys Keyboard](https://leetcode.com/problems/2-keys-keyboard/) | [Python](./0650-2-keys-keyboard/0650-2-keys-keyboard.py) | [Medium](./0650-2-keys-keyboard/README.md) |
282283
| 0653 | [Two Sum IV - Input is a BST](https://leetcode.com/problems/two-sum-iv-input-is-a-bst/) | [C++](./0653-two-sum-iv-input-is-a-bst/0653-two-sum-iv-input-is-a-bst.cpp) | [Easy](./0653-two-sum-iv-input-is-a-bst/README.md) |
283284
| 0658 | [Find K Closest Elements](https://leetcode.com/problems/find-k-closest-elements/) | [Python](./0658-find-k-closest-elements/0658-find-k-closest-elements.py) | [Medium](./0658-find-k-closest-elements/README.md) |
284285
| 0661 | [Image Smoother](https://leetcode.com/problems/image-smoother/) | [Python](./0661-image-smoother/0661-image-smoother.py) | [Easy](./0661-image-smoother/README.md) |

0 commit comments

Comments
 (0)