# knowledge_reserve **Repository Path**: one_produced_two/knowledge_reserve ## Basic Information - **Project Name**: knowledge_reserve - **Description**: 记录常用git操作 记录练习的算法题 记录基础算法 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-17 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # algorithm_problem #### 介绍 1. 记录算法练习题 2. 记录基础算法学习 #### 目录结构 ``` algorithm // 算法 │   └── sort │   └── bubble sort exercises ├── can_complete_circuit ├── capitalize_title ├── cheapest_option ├── find_radius ├── formula_correction ├── max_area ├── num_rabbits ├── project_planning └── smallest_equal ```