# everyday-algorithm
**Repository Path**: JonnyAdhere/everyday-algorithm
## Basic Information
- **Project Name**: everyday-algorithm
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-22
- **Last Updated**: 2024-05-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: myself
## README
- **每日一道算法,注明来源,可以是408的数据结构大题、leetcode简单算法题**
- **从当前日期2024-04-22开始,先易后难,由浅入深**
- **目标是可以应对leetcode上的一般算法题和数据结构大题,提升编码能力,培养算法思维,训练程序设计能力**
- **文件命名规则:日期_题目来源_程序名,题名来源目前拟定有DS(数据结构)、LC(leetcode)、ES(else,其它)、MD(自定义)等,有其它来源取两位简写,并标注在此文件中,程序名应尽量简洁,一眼知义的基础上尽量简短,程序语言以C语言或C++为主,编译后的文件与源文件分离,单独存放在./bin目录下**