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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,17 +45,25 @@ Feel free to add issues, comment and pull request.
45
45
| Leetcode |[387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)|[Java](./java/FirstUniqChar.java)\|[Python](./Python/)|_O(n)_|_O(n)_| Easy ||
| Leetcode |[535. Encode and Decode TinyURL](https://leetcode.com/problems/encode-and-decode-tinyurl/description/)|[Java](./java/Codec.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Medium ||
| Leetcode |[653. Two Sum IV - Input is a BST](https://leetcode.com/problems/two-sum-iv-input-is-a-bst/description/)|[Java](./java/Twosum.java)\|[Python](./Python/)|_O(n)_|_O(n)_| Easy ||
58
64
| Leetcode |[617. Merge Two Binary Trees](https://leetcode.com/problems/merge-two-binary-trees/description/)|[Java](./java/mergeTrees.java)\|[Python](./Python/)|_O(mn)_|_O(1)_| Easy ||
65
+
| Leetcode |[637. Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree/description/)|[Java](./java/averageOfLevels.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
66
+
59
67
60
68
## Dynamic Programming
61
69
| Website | Title | Solution | Time | Space | Difficulty | Note|
0 commit comments