This project is my practice of Data Structure. The language used is C,I have writed some Frequently-used data structre. such as:List,Queue,Stack,SotrtingAlgorithm and so on.
This my code, Welecome everyone to use C to practice data structure. If you have something don't understand or find some wrong with my code , you can contact me with email.
My development environment can be list as follows:
You can choose other development environment, I think it not a problem.
Fork the repositorie from my github or download the repositorie, and then use your tool to compile the C code.
这个是我在github上练习数据结构与算法的仓库,使用的语言是C,里面每一个文件夹都是一类的数据结构,我已经练习了一些数据结构了,里面有一些常用的数据结构与算法, 比如:链表、队列、堆栈、排序算法等等。
欢迎大家一起来用C练习基本的数据结构与算法知识,如果你有问题或者是发现了我代码中的错误,你可以用Email和我联系。
我的开发环境是:
你可以选择其他的开发环境,因为代码中大多的每个.c文件都是可以单独运行起来。
从我的github上fork我的该仓库或者下载该仓库到你的本地,然后用你的写C工具编译C语言代码即可。