Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starnek0/buaaentrance
北航 991软件工程考研初复试 代码和笔记
https://github.com/starnek0/buaaentrance
algorithm data-structures operating-system
Last synced: about 1 month ago
JSON representation
北航 991软件工程考研初复试 代码和笔记
- Host: GitHub
- URL: https://github.com/starnek0/buaaentrance
- Owner: StarNek0
- License: agpl-3.0
- Created: 2022-06-18T09:00:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T11:07:40.000Z (over 2 years ago)
- Last Synced: 2024-10-12T11:26:12.756Z (2 months ago)
- Topics: algorithm, data-structures, operating-system
- Language: C++
- Homepage:
- Size: 110 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BUAAEntrance
### 初试/991软件工程基础综合
(书上的部分代码实现的不太习惯, 所以微调了下)
#### 数据结构
- [x] 教材: <数据结构教程> (唐发根第3版)
- [x] 第2章: 线性表
- [ ] 试题(双链表, 链表排序部分)
- [x] 第3章: 数组
- [ ] 试题
- [x] 第4章: 堆栈和队列
- [ ] 试题
- [x] 第7章: 树与二叉树
- [ ] 试题
- [x] 第8章: 图
- [ ] 试题
- [ ] 全书: <王道数据结构> (2022版)
- [x] 第2章: 线性表
- [x] 试题(线性表, 单链表部分)
- [ ] 第3章: 栈和队列(和数组)
- [ ] 试题
- [ ] 第4章: 串(算法部分)
- [ ] 试题
- [ ] 第5章: 树与二叉树
- [ ] 试题
- [x] 第6章: 图
- [ ] 试题
- [x] 第8章: 排序(内排序部分)
- [ ] 试题
- [ ] 历年真题[//]: # (- [ ] 拔高: <算法与数据结构考研试题精析> (数据结构1800) 部分代码)
#### 算法
- [ ] 教材: <算法导论> (第3版)
- [ ] 第4章: 分治策略
- [ ] 第15章: 动态规划
- [ ] 第16章: 贪心算法
- [ ] 第32章: 字符串匹配[//]: # (以下这个课好像是伪代码, 所以略过, 不过讲得是很好的, 工信部高校讲课水平感觉都挺棒的, 从不死板念PPT)
[//]: # (- [ ] 教程: <算法设计与分析> ([北航MOOC](https://www.icourse163.org/course/BUAA-1449777166)))
[//]: # ( - [ ] 分治)
[//]: # ( - [ ] 动态规划)
[//]: # ( - [ ] 贪心)
[//]: # ( - [ ] 图算法)
#### 操作系统
- [ ] 全书: <王道操作系统> (2022版)
- [ ] 第2章: 进程管理#### 软件工程
- [ ] 习题册: <软件工程导论> (张海藩第6版配套题库)### 复试/机试
- [ ] 教材: <算法笔记> (胡凡第2版)
- [ ] CCF认证
- [x] 201312
- [x] 201403
- [x] 201409
- [ ] 201412
- [ ] 201503
- [ ] 201509
- [ ] 201512
- [x] 201604
- [ ] 201609
- [ ] 201612
- [ ] 201703
- [ ] 201709
- [ ] 201712
- [ ] 201803
- [ ] 201809
- [ ] 201812
- [ ] 201903
- [ ] 201909
- [ ] 201912
- [ ] 202006
- [ ] 202009
- [ ] 202012
- [ ] 202104
- [ ] 202109
- [ ] 202112
- [ ] 202203
- [ ] 202206