Skip to content

Commit b57b055

Browse files
committed
Runtime: 28 ms (Top 84.86%) | Memory: 23.4 MB (Top 89.65%)
1 parent 7a53830 commit b57b055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/C/Construct String from Binary Tree/Construct String from Binary Tree.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 34 ms (Top 74.32%) | Memory: 23.5 MB (Top 82.44%)
1+
// Runtime: 28 ms (Top 84.86%) | Memory: 23.4 MB (Top 89.65%)
22
class Solution {
33
void tree2str(TreeNode* root,string &s) {
44
if(!root) return;

0 commit comments

Comments
 (0)