BonsaiTree is PAINJNNNNNNNNN
This commit is contained in:
11
src/ScuffedLinkedList/BonsaiLeaf.java
Normal file
11
src/ScuffedLinkedList/BonsaiLeaf.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package ScuffedLinkedList;
|
||||
|
||||
public class BonsaiLeaf {
|
||||
BonsaiLeaf left;
|
||||
BonsaiLeaf right;
|
||||
int value;
|
||||
|
||||
public BonsaiLeaf(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user