Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfef846

Browse files
committed
03.01(1) rename
1 parente5b9fb7 commitdfef846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎03_binarytree&divideconquer/InsertNodeInABinarySearchTree/Solution.javarenamed 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-
packageInsertNodeInABinarySearchTree;
13+
package_01_InsertNodeInABinarySearchTree;
1414

1515
importcom.leetcode.TreeNode;
1616

17-
/** see test {@linkInsertNodeInABinarySearchTree.SolutionTest } */
17+
/** see test {@link_01_InsertNodeInABinarySearchTree.SolutionTest } */
1818
publicclassSolution {
1919

2020
publicTreeNodeinsertNode(TreeNoderoot,TreeNodenode) {

‎03_binarytree&divideconquer/InsertNodeInABinarySearchTree/SolutionTest.javarenamed 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-
packageInsertNodeInABinarySearchTree;
1+
package_01_InsertNodeInABinarySearchTree;
22

33
importstaticorg.junit.Assert.*;
44

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

1313
publicclassSolutionTest {
1414

15-
/** Test method for {@linkInsertNodeInABinarySearchTree.Solution } */
15+
/** Test method for {@link_01_InsertNodeInABinarySearchTree.Solution } */
1616
Solutionsolution;
1717

1818
@Rule

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp