# javascript-algorithms
**Repository Path**: dragong/javascript-algorithms
## Basic Information
- **Project Name**: javascript-algorithms
- **Description**: JavaScript implementation of different computer science algorithms.
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-04-20
- **Last Updated**: 2024-11-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 关于
[](https://travis-ci.org/mgechev/javascript-algorithms)
这个存储库包含了不同计算机科学著名算法的JavaScript实现.
API reference with usage examples available
here.
## 开发
**安装所有的开发依赖**
Call:
```bash
npm install
```
**使用文档设置存仓库**
```bash
npm run doc
```
这将构建文档并在浏览器中打开它。
**使用文档更新.html文件**
再执行一次`npm run doc`.
**运行测试**
Call:
```bash
gulp test
```
所有的 `*.spec.js` 都会被执行。
**部署文档网站**
```bash
npm run deploy
```
这需要您对Git远程进行提交访问。
## 贡献
Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes
you did. Initiate the PR.
Make sure you're editor makes validations according to the `.jshintrc` in the root directory of the repository.
Before pushing to the repository run:
```bash
gulp build
```
If the build is not successful fix your code in order the tests and jshint validation to run successfully and after that
create a pull request.
## Contributors
| [
](https://github.com/mgechev) | [
](https://github.com/AndriiHeonia) | [
](https://github.com/Jakehp) | [
](https://github.com/lygstate) | [
](https://github.com/mik-laj) | [
](https://github.com/jeremyckahn) |
| :---------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: |
| [mgechev](https://github.com/mgechev) | [AndriiHeonia](https://github.com/AndriiHeonia) | [Jakehp](https://github.com/Jakehp) | [lygstate](https://github.com/lygstate) | [mik-laj](https://github.com/mik-laj) | [jeremyckahn](https://github.com/jeremyckahn) |
| [
](https://github.com/krzysztof-grzybek) | [
](https://github.com/pvoznenko) | [
](https://github.com/jettcalleja) | [
](https://github.com/kdamball) | [
](https://github.com/lekkas) | [
](https://github.com/infusion) |
| :------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: |
| [krzysztof-grzybek](https://github.com/krzysztof-grzybek) | [pvoznenko](https://github.com/pvoznenko) | [jettcalleja](https://github.com/jettcalleja) | [kdamball](https://github.com/kdamball) | [lekkas](https://github.com/lekkas) | [infusion](https://github.com/infusion) |
| [
](https://github.com/deniskyashif) | [
](https://github.com/filipefalcaos) | [
](https://github.com/designeng) | [
](https://github.com/Microfed) | [
](https://github.com/pkerpedjiev) | [
](https://github.com/Xuefeng-Zhu) |
| :--------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |
| [deniskyashif](https://github.com/deniskyashif) | [filipefalcaos](https://github.com/filipefalcaos) | [designeng](https://github.com/designeng) | [Microfed](https://github.com/Microfed) | [pkerpedjiev](https://github.com/pkerpedjiev) | [Xuefeng-Zhu](https://github.com/Xuefeng-Zhu) |
| [
](https://github.com/liesislukas) | [
](https://github.com/alexjoverm) | [
](https://github.com/BorislavBorisov22) | [
](https://github.com/ysharplanguage) | [
](https://github.com/contra) | [
](https://github.com/amilajack) |
| :------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
| [liesislukas](https://github.com/liesislukas) | [alexjoverm](https://github.com/alexjoverm) | [BorislavBorisov22](https://github.com/BorislavBorisov22) | [ysharplanguage](https://github.com/ysharplanguage) | [contra](https://github.com/contra) | [amilajack](https://github.com/amilajack) |
| [
](https://github.com/maurobringolf) | [
](https://github.com/millerrach) | [
](https://github.com/fanixk) | [
](https://github.com/miyes) | [
](https://github.com/shaunak1111) |
| :-----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |
| [maurobringolf](https://github.com/maurobringolf) | [millerrach](https://github.com/millerrach) | [fanixk](https://github.com/fanixk) | [miyes](https://github.com/miyes) | [shaunak1111](https://github.com/shaunak1111) |
## License
The code in this repository is distributed under the terms of the MIT license.