Skip to content

Commit cef7bf1

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 45.7 MB (Top 24.54%)
1 parent 3b2d8ee commit cef7bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/algorithms/B/Binary Tree Tilt/Binary Tree Tilt.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 45.7 MB (Top 24.54%)
12
class Solution {
23
int max = 0;
34
public int findTilt(TreeNode root) {

0 commit comments

Comments
 (0)