An open API service indexing awesome lists of open source software.

https://github.com/neutree/algorithm


https://github.com/neutree/algorithm

Last synced: 2 months ago
JSON representation

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