|
165 | 165 | | 624 | 🔒 [Maximum Distance in Arrays](https://leetcode.com/problems/maximum-distance-in-arrays) | |
|
166 | 166 | | 628 | [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers) | [](src/MaximumProductOfThreeNumbers.java) [](python/maximum_product_of_three_numbers.py) |
|
167 | 167 | | 633 | [Sum Square Numbers](https://leetcode.com/problems/sum-of-square-numbers) | [](src/SumOfSquareNumbers.java) [](python/sum_of_squares_numbers.py) |
|
168 |
| -| 637 | [Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree) | | |
| 168 | +| 637 | [Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree) | [](src/AverageLevelsOfBinaryTree.java) [](python/) |
169 | 169 | | 643 | [Maximum Average SubArray I](https://leetcode.com/problems/maximum-average-subarray-i) | [](src/MaximumAverageSubArrayI.java) [](python/maximum_average_subarray_I.py) |
|
170 | 170 | | 645 | [Set Mismatch](https://leetcode.com/problems/set-mismatch) | [](src/SetMismatch.java) [](python/set_mismatch.py) |
|
171 | 171 | | 653 | [Two Sum IV - Input is a BST](https://leetcode.com/problems/two-sum-iv-input-is-a-bst) | [](src/TwoSumIVInputIsABST.java) [](python/two_sum_iv.py) |
|
172 | 172 | | 657 | [Robot Return to Origin](https://leetcode.com/problems/robot-return-to-origin) | [](src/RobotReturnToOrigin.java) [](python/robot_return_to_origin.py) |
|
173 | 173 | | 661 | [Image Smoother](https://leetcode.com/problems/image-smoother) | [](src/ImageSmoother.java) [](python/image_smoother.py) |
|
| 174 | +| 637 | [Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree) | [](src/AverageLevelsOfBinaryTree.java) [](python/) | |
| 175 | +| 643 | [Maximum Average SubArray I](https://leetcode.com/problems/maximum-average-subarray-i) | | |
| 176 | +| 645 | [Set Mismatch](https://leetcode.com/problems/set-mismatch) | | |
| 177 | +| 653 | [Two Sum IV - Input is a BST](https://leetcode.com/problems/two-sum-iv-input-is-a-bst) | | |
| 178 | +| 657 | [Robot Return to Origin](https://leetcode.com/problems/robot-return-to-origin) | | |
| 179 | +| 661 | [Image Smoother](https://leetcode.com/problems/image-smoother) | | |
174 | 180 | | 665 | [Non Deceasing Array](https://leetcode.com/problems/non-decreasing-array) | |
|
175 | 181 | | 669 | [Trim a Binary Search Tree](https://leetcode.com/problems/trim-a-binary-search-tree) | |
|
176 | 182 | | 671 | [Second Minimum Node in Binary Tree](https://leetcode.com/problems/second-minimum-node-in-a-binary-tree) | |
|
|
0 commit comments