Skip to content

Commit dfef846

Browse files
committed
03.01(1) rename
1 parent e5b9fb7 commit dfef846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

03_binarytree&divideconquer/InsertNodeInABinarySearchTree/Solution.java renamed to 03_binarytree&divideconquer/_01_InsertNodeInABinarySearchTree/Solution.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
***************************************************************************
1111
* {@link http://www.lintcode.com/en/problem/insert-node-in-a-binary-search-tree/# }
1212
*/
13-
package InsertNodeInABinarySearchTree;
13+
package _01_InsertNodeInABinarySearchTree;
1414

1515
import com.leetcode.TreeNode;
1616

17-
/** see test {@link InsertNodeInABinarySearchTree.SolutionTest } */
17+
/** see test {@link _01_InsertNodeInABinarySearchTree.SolutionTest } */
1818
public class Solution {
1919

2020
public TreeNode insertNode(TreeNode root, TreeNode node) {

03_binarytree&divideconquer/InsertNodeInABinarySearchTree/SolutionTest.java renamed to 03_binarytree&divideconquer/_01_InsertNodeInABinarySearchTree/SolutionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package InsertNodeInABinarySearchTree;
1+
package _01_InsertNodeInABinarySearchTree;
22

33
import static org.junit.Assert.*;
44

@@ -12,7 +12,7 @@
1212

1313
public class SolutionTest {
1414

15-
/** Test method for {@link InsertNodeInABinarySearchTree.Solution } */
15+
/** Test method for {@link _01_InsertNodeInABinarySearchTree.Solution } */
1616
Solution solution;
1717

1818
@Rule

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy