You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -419,4 +419,5 @@ LeetCode
419
419
|1081|[Smallest Subsequence of Distinct Characters](https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/)| c |[c++](./src/1081-Smallest-Subsequence-of-Distinct-Characters/1081.cpp)|[python](./src/1081-Smallest-Subsequence-of-Distinct-Characters/1081.py)|||Medium|
420
420
|1085|[Sum of Digits in the Minimum Number](https://leetcode.com/contest/biweekly-contest-2/problems/sum-of-digits-in-the-minimum-number/)| c |[c++](./src/1085-Sum-of-Digits-in-the-Minimum-Number/1085.cpp)|[python](./src/1085-Sum-of-Digits-in-the-Minimum-Number/1085.py)|||Easy|
421
421
|1086|[High Five](https://leetcode.com/contest/biweekly-contest-2/problems/high-five/)| c |[c++](./src/1086-High-Five/1086.cpp)|[python](./src/1086-High-Five/1086.py)|||Easy|
422
-
|1087|[Brace Expansion](https://leetcode.com/contest/biweekly-contest-2/problems/brace-expansion/)| c |[c++](./src/1087-Brace-Expansion/1087.cpp)|[python](./src/1087-Brace-Expansion/1087.py)|||Medium|
422
+
|1087|[Brace Expansion](https://leetcode.com/contest/biweekly-contest-2/problems/brace-expansion/)| c |[c++](./src/1087-Brace-Expansion/1087.cpp)|[python](./src/1087-Brace-Expansion/1087.py)|||Medium|
423
+
|1089|[Duplicate Zeros](https://leetcode.com/problems/duplicate-zeros/)| c |[c++](./src/1089-Duplicate-Zeros/1089.cpp)|[python](./src/1089-Duplicate-Zeros/1089.py)|||Easy|
0 commit comments