Skip to content

Commit 78a604e

Browse files
authored
Fix Solution links
1 parent 64710a1 commit 78a604e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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|

0 commit comments

Comments
 (0)