# DemoCode **Repository Path**: fontain126/DemoCode ## Basic Information - **Project Name**: DemoCode - **Description**: No description available - **Primary Language**: C - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-10-17 - **Last Updated**: 2023-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目的一些相关杂七杂八 [toc] ## 1. 项目描述 这是数据结构上课使用的一些代码 ## 2. 一些资源 [C语言任意类型栈的一个实现](https://blog.csdn.net/chentizha0805/article/details/100846886) [迷宫生成算法(C++版本)](https://blog.csdn.net/imred/article/details/105329806) [迷宫生成算法(C语言版本)](https://blog.csdn.net/qq_37688204/article/details/103544400) ## 3. 一些git命令备忘 ``` git config --list ssh-keygen -t rsa -C "email" 用户文件夹\.ssh下id-rsa.pub公钥 git config --global user.name "用户名" git config --global user.email 邮箱 git clone git pull git add git commit git rm 文件名 git remote add origin 服务器地址 git push origin master ```