File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Python solution of problems from [LeetCode](https://leetcode.com/).
77##### [ Problems 900-1000] ( ./900-1000q/ )
88| # | Title | Solution | Difficulty |
99| ---| ----- | -------- | ---------- |
10- | 994| [ Rotting Oranges] ( https://leetcode.com/problems/rotting-oranges/ ) | [ Python] | (./900-1000q/994.py)| Easy|
11- | 993| [ Cousins in Binary Tree] ( https://leetcode.com/problems/cousins-in-binary-tree/ ) | [ Python] | (./900-1000q/993.py)| Easy|
10+ | 994| [ Rotting Oranges] ( https://leetcode.com/problems/rotting-oranges/ ) | [ Python] ( ./900-1000q/994.py ) | Easy|
11+ | 993| [ Cousins in Binary Tree] ( https://leetcode.com/problems/cousins-in-binary-tree/ ) | [ Python] ( ./900-1000q/993.py ) | Easy|
1212| 991| [ Broken Calculator] ( https://leetcode.com/problems/broken-calculator/ ) | [ Python] ( ./900-1000q/991.py ) | Medium|
1313| 990| [ Satisfiability of Equality Equations] ( https://leetcode.com/problems/satisfiability-of-equality-equations/ ) | [ Python] ( ./900-1000q/990.py ) | Medium|
1414| 989| [ Add to Array-Form of Integer] ( https://leetcode.com/problems/add-to-array-form-of-integer/ ) | [ Python] ( ./900-1000q/989.py ) | Easy|
You can’t perform that action at this time.
0 commit comments