Skip to content
Snippets Groups Projects
Commit 5a1220e2 authored by hf1g22's avatar hf1g22
Browse files

update

parent 50f53e41
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,13 @@ package bst2;
import java.util.LinkedList;
// changing things for gitlab
public class BST2 {
private Node root;
public static void main(String[] args) {
BST2 tree=new BST2(20);
tree.insert(10);
tree.insert(30);
tree.insert(40);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment