We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dcb24 commit ac568acCopy full SHA for ac568ac
C++/convert-bst-to-greater-tree.cpp
@@ -19,7 +19,7 @@ class Solution {
19
}
20
21
private:
22
- void convertBSTHelper(TreeNode* root, int *cur_sum){
+ void convertBSTHelper(TreeNode* root, int *cur_sum) {
23
if (!root) {
24
return;
25
0 commit comments