Update RedBlackBST.java
closing Scanner scan
This commit is contained in:
parent
dd73b46a25
commit
c184e1cecb
@ -330,5 +330,6 @@ public class RedBlackBST {
|
||||
printTree(root);
|
||||
System.out.println("Pre order");
|
||||
printTreepre(root);
|
||||
scan.close();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user