Skip to content

Commit bd6782f

Browse files
Create BST.java
1 parent 4f2b089 commit bd6782f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree/bst/BST.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package Tree;
1+
package com.javamultiplex.datastructure.tree.bst;
22

33
public class BST {
44

@@ -164,4 +164,4 @@ private Node findNode(Node head, int data) {
164164
return null;
165165
}
166166

167-
}
167+
}

0 commit comments

Comments
 (0)