https://github.com/lambdacat94/HDUDS
杭电的2011-2015数据结构考研题解
https://github.com/lambdacat94/HDUDS
Last synced: 14 days ago
JSON representation
杭电的2011-2015数据结构考研题解
- Host: GitHub
- URL: https://github.com/lambdacat94/HDUDS
- Owner: lambdacat94
- Created: 2016-03-03T06:04:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T06:06:00.000Z (about 9 years ago)
- Last Synced: 2024-11-02T08:31:52.684Z (5 months ago)
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-GitHub-Repo - HDUDS
README
# HDU_DS
HDU_DataStructure_Code杭州电子科技大学 2011——2015 专业课《数据结构》的最后算法代码部分。
一些算法的代码可能还不完美符合考试的书写要求,目前还缺少 2014 年的代码,我会找时间添加。
HDU 的《数据结构》科目难度并不大,考察相对基础,只要熟练掌握线性表、图、树以及查找结构的算法,例如:1.线性表的遍历写法
2.树的递归遍历写法
3.图的深度优先于广度优先算法
再加上少许的变动改进,就足够应付考试的要求。祝我及同考杭州电子科技大学的同学们考研成功!