平衡二叉树(纯C++实现)

上传者: chuandaobozi | 上传时间: 2021-08-27 23:07:37 | 文件大小: 1.81MB | 文件类型: RAR
包含AVL树的创建,删除,查找等等功能,我使用的是VS2010的编译器,可能用版本低的编译器无法打开

文件下载

资源详情

[{"title":"( 41 个子文件 1.81MB ) 平衡二叉树(纯C++实现)","children":[{"title":"平衡二叉树","children":[{"title":"平衡二叉树.sln <span style='color:#111;'> 917B </span>","children":null,"spread":false},{"title":"平衡二叉树.suo <span style='color:#111;'> 13.50KB </span>","children":null,"spread":false},{"title":"ipch","children":[{"title":"平衡二叉树-1c9533ff","children":[{"title":"平衡二叉树-ad08a0e6.ipch <span style='color:#111;'> 2.25MB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"平衡二叉树","children":[{"title":"ReadMe.txt <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"平衡二叉树.cpp <span style='color:#111;'> 635B </span>","children":null,"spread":false},{"title":"平衡二叉树.vcxproj.filters <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"平衡二叉树.vcxproj <span style='color:#111;'> 4.35KB </span>","children":null,"spread":false},{"title":"stdafx.h <span style='color:#111;'> 233B </span>","children":null,"spread":false},{"title":"平衡二叉树.vcxproj.user <span style='color:#111;'> 143B </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"平衡二叉树.Build.CppClean.log <span style='color:#111;'> 3.09KB </span>","children":null,"spread":false},{"title":"CL.write.1.tlog <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"vc100.idb <span style='color:#111;'> 235.00KB </span>","children":null,"spread":false},{"title":"mt.read.1.tlog <span style='color:#111;'> 262B </span>","children":null,"spread":false},{"title":"平衡二叉树.exe.embed.manifest.res <span style='color:#111;'> 472B </span>","children":null,"spread":false},{"title":"平衡二叉树.exe.embed.manifest <span style='color:#111;'> 406B </span>","children":null,"spread":false},{"title":"平衡二叉树_manifest.rc <span style='color:#111;'> 200B </span>","children":null,"spread":false},{"title":"平衡二叉树.lastbuildstate <span style='color:#111;'> 87B </span>","children":null,"spread":false},{"title":"link-cvtres.write.1.tlog <span style='color:#111;'> 2B </span>","children":null,"spread":false},{"title":"rc.command.1.tlog <span style='color:#111;'> 572B </span>","children":null,"spread":false},{"title":"link.command.1.tlog <span style='color:#111;'> 1.93KB </span>","children":null,"spread":false},{"title":"vc100.pdb <span style='color:#111;'> 308.00KB </span>","children":null,"spread":false},{"title":"CL.read.1.tlog <span style='color:#111;'> 8.21KB </span>","children":null,"spread":false},{"title":"平衡二叉树.log <span style='color:#111;'> 4.07KB </span>","children":null,"spread":false},{"title":"mt.write.1.tlog <span style='color:#111;'> 370B </span>","children":null,"spread":false},{"title":"link-cvtres.read.1.tlog <span style='color:#111;'> 2B </span>","children":null,"spread":false},{"title":"AVL.obj <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false},{"title":"rc.read.1.tlog <span style='color:#111;'> 342B </span>","children":null,"spread":false},{"title":"平衡二叉树.obj <span style='color:#111;'> 203.58KB </span>","children":null,"spread":false},{"title":"stdafx.obj <span style='color:#111;'> 11.83KB </span>","children":null,"spread":false},{"title":"平衡二叉树.exe.intermediate.manifest <span style='color:#111;'> 381B </span>","children":null,"spread":false},{"title":"mt.command.1.tlog <span style='color:#111;'> 406B </span>","children":null,"spread":false},{"title":"link.write.1.tlog <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"cl.command.1.tlog <span style='color:#111;'> 2.29KB </span>","children":null,"spread":false},{"title":"rc.write.1.tlog <span style='color:#111;'> 350B </span>","children":null,"spread":false},{"title":"link.read.1.tlog <span style='color:#111;'> 3.48KB </span>","children":null,"spread":false}],"spread":false},{"title":"stdafx.cpp <span style='color:#111;'> 215B </span>","children":null,"spread":false},{"title":"AVL.h <span style='color:#111;'> 16.41KB </span>","children":null,"spread":false},{"title":"targetver.h <span style='color:#111;'> 236B </span>","children":null,"spread":false},{"title":"AVL.cpp <span style='color:#111;'> 21B </span>","children":null,"spread":false}],"spread":false},{"title":"Debug","children":[{"title":"平衡二叉树.pdb <span style='color:#111;'> 763.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"平衡二叉树.sdf <span style='color:#111;'> 6.46MB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • jihengshan :
    最后没有 销毁整个树的操作,这样就更完整了。
    2015-06-02
  • u012953303 :
    感觉写的一般,注释不够详细清晰
    2014-05-22
  • studywl :
    很不错啦。不过写的稍乱,要是能更好滴用递归就更赞了
    2013-10-04
  • neu_malang :
    插入和删除很长,可以作为参考
    2013-09-14
  • pxp1230 :
    插入和删除很长,可以作为参考
    2013-05-13

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明