嗯
摘要:二叉树建立 //配置一个二叉树 int i = 1; TreeNode tree = null; List<int> ints =new List<int>{ 1, 2, 3, 4, 5, 6, 7, 8 }; tree = SetATree(ints,0,ints.Count()); Consol
阅读全文
posted @ 2023-08-29 15:18
posted @ 2023-08-29 15:18