Serendipity
|
1398ae9e17
|
更新
|
2025-12-23 08:04:26 +08:00 |
|
Serendipity
|
56ae0d7124
|
提交
|
2025-12-16 09:16:53 +08:00 |
|
Serendipity
|
0c012f7938
|
更新
|
2025-12-16 09:06:45 +08:00 |
|
Serendipity
|
e325fd405e
|
更新
|
2025-12-16 08:57:13 +08:00 |
|
Serendipity
|
f90a7d1d0b
|
更新Dijkstra算法求最短路径
|
2025-12-16 08:49:30 +08:00 |
|
Serendipity
|
bd04896dae
|
更新
|
2025-12-16 08:14:56 +08:00 |
|
Serendipity
|
f2b8d1fe4c
|
docs: 添加仓库地址到README;chore: 整理实验分析;feat: Kruskal最小生成树与图存储结构
|
2025-12-14 14:06:31 +08:00 |
|
Serendipity
|
be03307655
|
数据练习
|
2025-12-13 20:14:40 +08:00 |
|
Serendipity
|
6429ae798f
|
同步本地改动
|
2025-10-23 17:19:07 +08:00 |
|
Serendipity
|
e1fcb9b565
|
更新学习的数据结构
|
2025-10-19 22:16:38 +08:00 |
|
Serendipity
|
a950a73c81
|
更新settings
|
2025-10-17 11:14:13 +08:00 |
|
Serendipity
|
f127396a63
|
修复数据结构clock.c编译错误
- 添加缺失的MyFunction()函数实现
- 实现1到1000000求和的示例功能
- 修正CLK_TCK为CLOCKS_PER_SEC(现代C标准)
- 解决隐式函数声明的编译错误
- 程序现在可以正常编译和运行,正确测量函数执行时间
|
2025-10-17 11:08:29 +08:00 |
|
Serendipity
|
93c16edb5a
|
更新MD文件路径引用
- 修正主README.md中的所有路径引用,使其与当前文件结构一致
- 更新翁凯C语言学习指南链接路径
- 更新五子棋AI项目文档链接路径
- 更新数据结构学习文档链接路径
- 修正编译说明和学习模块使用指南中的目录路径
- 改进五子棋README.md的编译运行说明,增加Windows和Linux/macOS的分平台指导
- 确保所有文档链接和路径引用都能正确工作
|
2025-10-17 10:52:27 +08:00 |
|
Serendipity
|
e691ab43cc
|
1
|
2025-10-17 08:44:54 +08:00 |
|
Serendipity
|
5e874ceb80
|
修复单链表程序退出功能
- 修复case 7退出选项无法正常退出程序的问题
- 在退出前添加freeList()调用释放链表内存,避免内存泄漏
- 使用return 0正常退出程序,替换原来的break语句
- 修正编译命令注释中的文件名引用
- 程序现在可以通过选择7正常退出
|
2025-10-16 20:41:54 +08:00 |
|
Serendipity
|
ed6113b2f1
|
添加单链表的增删改查实现,替换原链表插入文件
- 新增:单链表的增删改查.c - 完整的单链表操作实现
- 包含功能:头插、尾插、按值删除、按位置删除、查找、修改、打印等
- 移除:链表插入.c - 替换为更完整的实现
- 优化了代码结构和用户交互界面
|
2025-10-16 19:04:59 +08:00 |
|
Serendipity
|
5510a78cc9
|
更新:修复VS Code PowerShell路径;完善数据结构代码(链表插入说明)
|
2025-10-15 20:04:41 +08:00 |
|
Serendipity
|
dc70efb5bc
|
添加链表插入功能和更新VS Code配置
|
2025-10-13 22:51:35 +08:00 |
|
Serendipity
|
12412b3864
|
更新结构体实现插入元素程序:将strtol改为scanf输入方式
|
2025-10-10 21:05:29 +08:00 |
|
Serendipity
|
af63d6c2c9
|
重新排列数组操作程序的菜单和函数顺序
- 将菜单选项按照插入、删除、修改、查找、排序的顺序重新排列
- 调整函数定义顺序与菜单选项保持一致
- 在每个操作前添加显示当前数组状态的功能
- 优化用户体验,使操作更加直观
|
2025-10-09 22:16:13 +08:00 |
|
Serendipity
|
247f41ff87
|
添加Gobang-Game项目推荐链接到README
|
2025-10-09 20:55:49 +08:00 |
|
Serendipity
|
91e3438bfb
|
更新README文档,添加GitHub链接和完善项目结构描述
|
2025-10-09 20:49:27 +08:00 |
|
Serendipity
|
5b7eccf414
|
修复编译警告:移除main函数未使用的argc参数
|
2025-10-09 20:24:52 +08:00 |
|
Serendipity
|
127ecdab8f
|
Update C code projects and configurations
|
2025-08-04 13:00:16 +08:00 |
|
Serendipity
|
c9e57b4d41
|
Update README: Add linked list delete and clear operations to chapter 13
|
2025-07-20 22:53:06 +08:00 |
|
Serendipity
|
ac374e89bf
|
Add new linked list operations: delete and clear functions
|
2025-07-20 22:51:19 +08:00 |
|
Serendipity
|
4f7a07025a
|
添加VS Code C++开发配置文件,包括c_cpp_properties.json、launch.json、settings.json和tasks.json
|
2025-07-20 22:31:52 +08:00 |
|
Serendipity
|
ff7758924f
|
Add comprehensive README documentation for C learning repository
|
2025-07-20 16:43:53 +08:00 |
|
Serendipity
|
06e24173a6
|
Initial commit: C language learning code
|
2025-07-20 16:30:56 +08:00 |
|