mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-18 17:31:13 +08:00
Closing scanners.
This commit is contained in:
@ -309,6 +309,7 @@ public class RedBlackBST {
|
||||
printTreepre(root);
|
||||
break;
|
||||
}
|
||||
scan.close();
|
||||
}
|
||||
|
||||
public void deleteDemo() {
|
||||
|
Reference in New Issue
Block a user