Skip to content

Commit 8c1e2ca

Browse files
authored
Update 662-Maximum-Width-of-Binary-Tree.java
1 parent f3f0368 commit 8c1e2ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/662-Maximum-Width-of-Binary-Tree.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//This solution helped https://leetcode.com/problems/maximum-width-of-binary-tree/discuss/106645/C%2B%2BJava-*-BFSDFS3liner-Clean-Code-With-Explanation
2-
//This video helped https://www.youtube.com/watch?v=ZbybYvcVLks&ab_channel=takeUforward
3-
41
class Solution {
52

63
public int widthOfBinaryTree(TreeNode root) {

0 commit comments

Comments
 (0)