From 9adff31e86603493c2a245e1e803d951675d5e00 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 13 Apr 2016 23:11:36 -0400 Subject: Implemented new tree abstraction --- BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BJC-Utils2/src/examples/java/bjc/utils') diff --git a/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java b/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java index c3b494c..d3f55f6 100644 --- a/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java +++ b/BJC-Utils2/src/examples/java/bjc/utils/examples/BinarySearcher.java @@ -3,7 +3,7 @@ package bjc.utils.examples; import java.util.Scanner; import bjc.utils.funcdata.bst.BinarySearchTree; -import bjc.utils.funcdata.bst.ITreePart.TreeLinearizationMethod; +import bjc.utils.funcdata.bst.TreeLinearizationMethod; /** * Example showing how to use the binary search tree. -- cgit v1.2.3