Files
CSPostgraduate-408/DataStructure/README.md
2020-08-10 01:44:34 +08:00

31 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 数据结构
此文件夹下为 2021 [王道考研](http://cskaoyan.com/forum.php)课程数据结构源代码!点击此下载[ 21王道数据结构 PDF](https://github.com/KimYangOfCat/2021-CSPostgraduate-408/releases/tag/%E8%BE%85%E5%AF%BC%E4%B9%A6%E7%B1%8D)
## 语法
虽然都是.cpp文件但其中的语法既有C++的语法也有部分C的语法
如果想要C++版本的源码可以参考我学习数据结构时写的一些数据结构的C++版本源码![传送门](https://github.com/KimYangOfCat/Data_Structure) 在此~
## IDE
书写并运行源码使用的 IDE 是 `CLion`,其主要的配置文件是仓库根目录下的 `CMakeLists.txt` 文件。
## 章节目录
* [绪论](DS_0_Introduction)
* [线性表](DS_1_LinearList)
* [栈与队列](DS_2_StackAndQueue)
* [字符串](DS_3_String)
* [树与二叉树](DS_4_TreeAndBinaryTree)
* [](DS_5_Graph)
* [查找](DS_6_Search)
* [排序](DS_7_Sort)
## 笔记及图床
所有笔记均是 markdown 文件,其中插图采用的图床是[Github图床](https://github.com/KimYangOfCat/PictureBed)使用jsDriver加速访问若图片加载失败直接点击该图片进行直接访问后再重新刷新一次即可
## [PPT](PPT)
PPT 文件夹下存放的是 2021 王道考研视频课程讲解用的 PPT以供大家快速查找知识点或着复习视频内容