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
@@ -339,4 +339,5 @@ LeetCode
339
339
|0994|[Rotting Oranges](https://leetcode.com/problems/rotting-oranges/)| c |[c++](./src/0994-Rotting-Oranges/0994.cpp)|[python](./src/0994-Rotting-Oranges/0994.py)|||Easy|
340
340
|0995|[Minimum Number of K Consecutive Bit Flips](https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips/)| c |[c++](./src/0995-Minimum-Number-of-K-Consecutive-Bit-Flips/0995.cpp)|[python](./src/0995-Minimum-Number-of-K-Consecutive-Bit-Flips/0995.py)|||Hard|
341
341
|0996|[Number of Squareful Arrays](https://leetcode.com/problems/number-of-squareful-arrays/)| c |[c++](./src/0996-Number-of-Squareful-Arrays/0996.cpp)|[python](./src/0996-Number-of-Squareful-Arrays/0996.py)|||Hard|
342
-
|0997|[Find the Town Judge](https://leetcode.com/problems/find-the-town-judge/)| c |[c++](./src/0997-Find-the-Town-Judge/0997.cpp)|[python](./src/0997-Find-the-Town-Judge/0997.py)|||Easy|
342
+
|0997|[Find the Town Judge](https://leetcode.com/problems/find-the-town-judge/)| c |[c++](./src/0997-Find-the-Town-Judge/0997.cpp)|[python](./src/0997-Find-the-Town-Judge/0997.py)|||Easy|
343
+
|0998|[Maximum Binary Tree II](https://leetcode.com/problems/maximum-binary-tree-ii/)| c |[c++](./src/0998-Maximum-Binary-Tree-II/0998.cpp)|[python](./src/0998-Maximum-Binary-Tree-II/0998.py)|||Medium|
0 commit comments