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
| 104 |[Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/description/)| Easy |[ts](./TypeScript/104.maximum-depth-of-binary-tree.ts)| Trees |
63
63
| 543 |[Diameter of Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/description/)| Easy |[ts](./TypeScript/543.diameter-of-binary-tree.ts)| Trees |
64
64
| 110 |[Balanced Binary Tree](https://leetcode.com/problems/diameter-of-binary-tree/description/)| Easy |[ts](./TypeScript/110.balanced-binary-tree.ts)| Trees |
65
+
| 100 |[ Same Tree](https://leetcode.com/problems/same-tree/description/)| Easy |[ts](./TypeScript/100.same-tree.ts)| Trees |
65
66
| 102 |[Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/)| Medium |[ts](./TypeScript/102.binary-tree-level-order-traversal.ts)| Trees |
66
67
| 46 |[Permutations](https://leetcode.com/problems/permutations/)| Medium |[ts](./TypeScript/46.permutations.ts)| Backtracking |
0 commit comments