Merge pull request #2 from jdhnsu/jdhnsu-patch-1

Update README.md
This commit is contained in:
蒋东桓 2025-03-21 01:53:21 +08:00 committed by GitHub
commit e668dd24b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# 数据结构与算法练习代码
## 项目目标
构建本学期所有数据结构和算法, 来练习代码.
通过有C语言构建本学期所有数据结构和算法,来练编码.
## 项目结构说明
`main.c`由于测试和调用其它`.c`文件,其它算法源文件用其英文名命名,编写被调用文件时首先在`name.h`声名结构体和函数,然后在`name.c`实现功能.
## 示例