Skip to content

Commit 42fe117

Browse files
refactor 938
1 parent cc312b5 commit 42fe117

File tree

1 file changed

+0
-4
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-4
lines changed

src/main/java/com/fishercoder/solutions/_938.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@
1212
* The binary search tree is guaranteed to have unique values.
1313
*
1414
* Example 1:
15-
*
1615
* Input: root = [10,5,15,3,7,null,18], L = 7, R = 15
1716
* Output: 32
1817
*
19-
*
2018
* Example 2:
21-
*
2219
* Input: root = [10,5,15,3,7,13,18,1,null,6], L = 6, R = 10
2320
* Output: 23
2421
*
2522
* Note:
26-
*
2723
* The number of nodes in the tree is at most 10000.
2824
* The final answer is guaranteed to be less than 2^31.
2925
*/

0 commit comments

Comments
 (0)