An open API service indexing awesome lists of open source software.

https://github.com/exely/wd-data-structure

王道《数据结构》2019版算法题
https://github.com/exely/wd-data-structure

algorithms-and-data-structures c cpp

Last synced: 8 months ago
JSON representation

王道《数据结构》2019版算法题

Awesome Lists containing this project

README

          

# WD-Data-Structure
王道《数据结构》2019算法题

- 包括对王道《数据结构》2019版课后习题(算法题)的解答与实现,还包括自己的一点想法,和为了实现而写的一些代码模板;
- `fun`函数一般是题目要求的部分,算法题只要实现这个函数就可以了,代码其他部分是为了查看实现效果而多加的!
- 大部分代码自己写的。少部分参考了王道的答案,在命名中用`-ans`示意;
- 代码写得比较乱,大佬轻喷;