# php_arithmetic
**Repository Path**: netstan/php_arithmetic
## Basic Information
- **Project Name**: php_arithmetic
- **Description**: php 常用算法记录封装
- **Primary Language**: PHP
- **License**: BSD-2-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2014-05-10
- **Last Updated**: 2022-04-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#php_arithmetic
PHP 实现常用算法封装
insertSort=>插入排序
quickSort =>快速排序
selectSort=>选择排序
distributeHash=>取模分布式Hash