# C Program **Repository Path**: studentwei/C-Program ## Basic Information - **Project Name**: C Program - **Description**: C Program 练习仓库 - **Primary Language**: C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: C语言 ## README # C Program 练习仓库 **环境** VSCode + gcc.exe (Rev2, Built by MSYS2 project) 11.2.0 **仓库** - Github:https://github.com/StudentWeis/C-Program - Gitee:https://gitee.com/studentwei/C-Program **简介** StudentWeis C 语言学习仓库。 --- ## 算法 **Algorithm** ### 排序 **Sort** #### 冒泡排序 **Bubble Sort** 参考:https://www.geeksforgeeks.org/c-program-for-bubble-sort/ ## C 语言练习 **Test of C Programming Language** ### malloc-free 简介:动态分配内存函数练习。 参考:https://zhuanlan.zhihu.com/p/105090421