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
@@ -321,4 +321,5 @@ LeetCode
321
321
|0986|[Interval List Intersections](https://leetcode.com/problems/interval-list-intersections/)| c |[c++](./src/0986-Interval-List-Intersections/0986.cpp)|[python](./src/0986-Interval-List-Intersections/0986.py)|||Medium|
322
322
|0987|[Vertical Order Traversal of a Binary Tree](https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/)| c |[c++](./src/0987-Vertical-Order-Traversal-of-a-Binary-Tree/0987.cpp)|[python](./src/0987-Vertical-Order-Traversal-of-a-Binary-Tree/0987.py)|||Medium|
323
323
|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)|||Medium|
324
-
|0989|[Add to Array-Form of Integer](https://leetcode.com/problems/add-to-array-form-of-integer/)| c |[c++](./src/0989-Add-to-Array-Form-of-Integer/0989.cpp)|[python](./src/0989-Add-to-Array-Form-of-Integer/0989.py)|||Easy|
324
+
|0989|[Add to Array-Form of Integer](https://leetcode.com/problems/add-to-array-form-of-integer/)| c |[c++](./src/0989-Add-to-Array-Form-of-Integer/0989.cpp)|[python](./src/0989-Add-to-Array-Form-of-Integer/0989.py)|||Easy|
325
+
|0990|[Satisfiability of Equality Equations](https://leetcode.com/problems/satisfiability-of-equality-equations/)| c |[c++](./src/0990-Satisfiability-of-Equality-Equations/0990.cpp)|[python](./src/0990-Satisfiability-of-Equality-Equations/0990.py)|||Easy|
0 commit comments