Commit 76d17d7
Imre Balassa
Delete the root element from the tree.
1 parent b4969dd commit 76d17d7Copy full SHA for 76d17d7
File tree
Expand file treeCollapse file tree
3 files changed
+14
-3
lines changedOpen diff view settings
Filter options
- data-structures/src
- main/java/com/baeldung/tree
- test/java/com/baeldung
- tree
- trie
Expand file treeCollapse file tree
3 files changed
+14
-3
lines changedOpen diff view settings
Collapse file
data-structures/src/main/java/com/baeldung/tree/BinaryTree.java
Copy file name to clipboardExpand all lines: data-structures/src/main/java/com/baeldung/tree/BinaryTree.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | | - |
| 60 | + |
61 | 61 | |
62 | 62 | |
63 | 63 | |
|
Collapse file
…va/com/baeldung/tree/BinaryTreeTest.java …om/baeldung/tree/BinaryTreeUnitTest.javadata-structures/src/test/java/com/baeldung/tree/BinaryTreeTest.java renamed to data-structures/src/test/java/com/baeldung/tree/BinaryTreeUnitTest.java data-structures/src/test/java/com/baeldung/tree/BinaryTreeTest.java renamed to data-structures/src/test/java/com/baeldung/tree/BinaryTreeUnitTest.java
Copy file name to clipboardExpand all lines: data-structures/src/test/java/com/baeldung/tree/BinaryTreeUnitTest.java+12-1Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
73 | 84 | |
74 | 85 | |
75 | 86 | |
|
Collapse file
…est/java/com/baeldung/trie/TrieTest.java …java/com/baeldung/trie/TrieUnitTest.javadata-structures/src/test/java/com/baeldung/trie/TrieTest.java renamed to data-structures/src/test/java/com/baeldung/trie/TrieUnitTest.java data-structures/src/test/java/com/baeldung/trie/TrieTest.java renamed to data-structures/src/test/java/com/baeldung/trie/TrieUnitTest.java
Copy file name to clipboardExpand all lines: data-structures/src/test/java/com/baeldung/trie/TrieUnitTest.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
|
0 commit comments