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
@@ -315,4 +315,5 @@ LeetCode
315
315
|0982|[Triples with Bitwise AND Equal To Zero](https://leetcode.com/problems/triples-with-bitwise-and-equal-to-zero/)| c |[c++](./src/0982-Triples-with-Bitwise-AND-Equal-To-Zero/0982.cpp)|[python](./src/0982-Triples-with-Bitwise-AND-Equal-To-Zero/0982.py)|||Hard|
316
316
|0983|[Minimum Cost For Tickets](https://leetcode.com/problems/minimum-cost-for-tickets/)| c |[c++](./src/0983-Minimum-Cost-For-Tickets/0983.cpp)|[python](./src/0983-Minimum-Cost-For-Tickets/0983.py)|||Medium|
317
317
|0984|[String Without AAA or BBB](https://leetcode.com/problems/string-without-aaa-or-bbb/)| c |[c++](./src/0984-String-Without-AAA-or-BBB/0984.cpp)|[python](./src/0984-String-Without-AAA-or-BBB/0984.py)|||Easy|
318
-
|0985|[Sum of Even Numbers After Queries](https://leetcode.com/problems/sum-of-even-numbers-after-queries/)| c |[c++](./src/0985-Sum-of-Even-Numbers-After-Queries/0985.cpp)|[python](./src/0985-Sum-of-Even-Numbers-After-Queries/0985.py)|||Easy|
318
+
|0985|[Sum of Even Numbers After Queries](https://leetcode.com/problems/sum-of-even-numbers-after-queries/)| c |[c++](./src/0985-Sum-of-Even-Numbers-After-Queries/0985.cpp)|[python](./src/0985-Sum-of-Even-Numbers-After-Queries/0985.py)|||Easy|
319
+
|0988|[Smallest String Starting From Leaf](https://leetcode.com/problems/smallest-string-starting-from-leaf/)| c |[c++](./src/0988-Smallest-String-Starting-From-Leaf/0988.cpp)|[python](./src/0988-Smallest-String-Starting-From-Leaf/0988.py)|||Easy|
0 commit comments