mirror of
https://github.com/ViolentAyang/DataStructureC.git
synced 2026-05-06 04:49:46 +08:00
Create README.md
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# :book:408数据结构   
|
||||
|
||||

|
||||
|
||||
> 版本:1.0<br>
|
||||
> 作者:刘子扬<br>
|
||||
> 邮件:1972076517@qq.com <br>
|
||||
|
||||
<a href="http://www.violentayang.site/"><img src="https://img.shields.io/badge/ayang-网站-orange.svg"></a>
|
||||
<a href="https://blog.csdn.net/L6666688888?type=blog" target="_blank"><img src="https://img.shields.io/badge/blog-博客-blue.svg"></a>
|
||||
<a href="https://github.com/ViolentAyang?tab=repositories" target="_blank"><img src="https://img.shields.io/badge/Github-Github-9ac.svg"></a>
|
||||
<a href="https://blog.csdn.net/L6666688888?type=blog" target="_blank"><img src="https://img.shields.io/badge/csdn-CSDN-8ea.svg"></a>
|
||||
</p>
|
||||
|
||||
**参考资料**
|
||||
- 《数据结构》 - 王道论坛
|
||||
- 《大话数据结构》 - 程杰
|
||||
- 《数据结构解题高手》 - 中公
|
||||
|
||||
## 笔记
|
||||
|
||||
此开源项目上仅包含数据结构C语言操作源码,不含有笔记以及讲义,笔记以及讲义我整理在博客,请点击下方链接进行查看
|
||||
- [绪论](https://violentayang.blog.csdn.net/article/details/122702168)
|
||||
- [线性表](https://violentayang.blog.csdn.net/article/details/122702313)
|
||||
- [栈和队列](https://violentayang.blog.csdn.net/article/details/122702457)
|
||||
|
||||
## 联系我
|
||||
<center>
|
||||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1972076517&site=qq&menu=yes" title="暴力扬的QQ">
|
||||
<img src="https://img-blog.csdnimg.cn/20190518184903846.jpg" alt="20190518184903846.jpg" />
|
||||
<p>点击上面图片可以联系我</p>
|
||||
</a></center>
|
||||
|
||||
## License
|
||||
This file is MIT licensed.
|
||||
Reference in New Issue
Block a user