https://github.com/neutree/algorithm
https://github.com/neutree/algorithm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neutree/algorithm
- Owner: Neutree
- License: mit
- Created: 2016-03-28T17:58:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T12:50:25.000Z (over 10 years ago)
- Last Synced: 2025-03-02T10:18:32.882Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
General Algorithm lib
=====================
# Feature:
* Commonly used algorithm
* Some special applications (such as embedded that resources are limited)
* Various language implementation
# Convention:
* Directory structure
* Classified by language in the root directory
* language directory include general and special occasion folder
* each algorithm has a folder to save source code and document,document may instructions of use or the principle of algorithm
* Code Convention
* [recommend Convention][0]
常用算法库
=========
# 特征:
* 常用的算法
* 包含应用再特殊场合的算法(如嵌入式不使用动态分配等)
* 不同语言实现
# 规范:
* 目录结构
* 根目录文件夹根据语言分类
* 语言目录下使用文件夹对通用和特殊应用场合进行分类
* 每个算法一个文件夹,下面存放源码和文档说明,文档格式建议使用markdown
* 代码规范
* [推荐规范][0]
[0]:https://github.com/Neutree/Simple-Code-Conventions