mycmessia/DSinC
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a project written by myc about the solutions of book《Fundamentals of Data Structures in C language》in order to help us learn data structure easier and better. There must be some solutions that aren't good enough, even have bugs. If you want to help this project be better, please contact me by mycmessia@qq.com thanks. Coding Style and some tips: 1. Write a Makefile unless the project only has one file, when the project has a Makefile, you can input ./make to get the *.out or you can input gcc *.c -o *.out. 2. If the message of print function is a complete sentence, please make sure it is end with a '.'.