public class Tree { public static void main(String[] args) { Tree root = new Tree(50); Tree.insert(root, 30); Tree.insert(root, 60); Tree.insert(root, Read More
posted @ 2024-01-24 17:50 活出自己范儿 Views(2) Comments(0) Diggs(0) Edit