We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2d8ee commit cef7bf1Copy full SHA for cef7bf1
scripts/algorithms/B/Binary Tree Tilt/Binary Tree Tilt.java
@@ -1,3 +1,4 @@
1
+// Runtime: 0 ms (Top 100.00%) | Memory: 45.7 MB (Top 24.54%)
2
class Solution {
3
int max = 0;
4
public int findTilt(TreeNode root) {
0 commit comments