js-algorithms

所属分类:数据结构
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2021-12-04 07:20:05
上 传 者sh-1993
说明:  JavaScript实现和许多流行算法、数据结构和其他编程问题的示例。
(JavaScript implementation and examples of many popular algorithms, data structures and other programming problems.)

文件列表:
.all-contributorsrc (652, 2021-12-03)
.editorconfig (147, 2021-12-03)
.eslintignore (129, 2021-12-03)
.eslintrc (1620, 2021-12-03)
.npmignore (323, 2021-12-03)
.npmrc (78, 2021-12-03)
.nvmrc (3, 2021-12-03)
.prettierignore (60, 2021-12-03)
.prettierrc (256, 2021-12-03)
.releaserc (569, 2021-12-03)
.travis.yml (633, 2021-12-03)
.vscode/ (0, 2021-12-03)
.vscode/launch.json (874, 2021-12-03)
.vscode/settings.json (410, 2021-12-03)
CHANGELOG.md (187, 2021-12-03)
CODE_OF_CONDUCT.md (3233, 2021-12-03)
CONTRIBUTING.md (1770, 2021-12-03)
LICENSE (1065, 2021-12-03)
babel.config.js (454, 2021-12-03)
config/ (0, 2021-12-03)
config/jest/ (0, 2021-12-03)
config/jest/__mocks__/ (0, 2021-12-03)
config/jest/__mocks__/browserMocks.js (465, 2021-12-03)
config/jest/__mocks__/fileMocks.js (197, 2021-12-03)
config/jest/cssTransform.js (314, 2021-12-03)
... ...

# Js algorithms
Algorithms, data structures and other programming challenges and problems implemented in JavaScript with documentation.
Big thank you goes to [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms).
This package is still under development! New algorithms are being added and existing ones refactored to improve code quality.
[![Build Status][build-badge]][build] [![Code Coverage][coverage-badge]][coverage] ![License: MIT](https://img.shields.io/badge/License-MIT-green.svg) [![JavaScript Style Guide][style-guide-badge]][style-guide] [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#contributors) [![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc] [![Watch on GitHub][github-watch-badge]][github-watch] [![Star on GitHub][github-star-badge]][github-star] ## Table of Contents - [Installation](#installation) - [Docs & Examples](#docs--examples) - [Issues](#issues) - [ Bugs](#-bugs) - [ Feature Requests](#-feature-requests) - [ Questions](#-questions) - [Authors](#authors) - [Contributors](#contributors) - [Support](#support) - [LICENSE](#license) ## Installation ```shell # Clone repo $ git clone https://github.com/nejcm/js-algorithms.git my-project # Install dependencies, run lint and tests $ yarn setup # Run project docs $ yarn start ``` ### Issues Sometimes npm has some issues with running docs. Try using yarn instead for installing the deps and running tasks. ## Docs & Examples Each algorithm is described on the docs website. > [**Docs website**][docs-link] ## Issues _Looking to contribute? Look for the [Good First Issue][good-first-issue] label._ ### Bugs Please file an issue for bugs, missing documentation, or unexpected behavior. [**See Bugs**][bugs] ### Feature Requests Please file an issue to suggest new features. Vote on feature requests by adding a . This helps maintainers prioritize what to work on. [**See Feature Requests**][requests] ### Questions For questions related to using the library, please visit a support community instead of filing an issue on GitHub. ## Authors - Nejc Muri ( [GitHub][github], [LinkedIn][linkedin] ) ## Contributors
Nejc
Nejc Muri

This project follows the [all-contributors][all-contributors] specification. Contributions of any kind welcome! ## Support Reach out to us at one of the following places: - [ Website][website] - [ Email][email] ## LICENSE [MIT](LICENSE) [all-contributors]: https://github.com/all-contributors/all-contributors [bugs]: https://github.com/nejcm/js-algorithms/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc [build-badge]: https://img.shields.io/travis/com/nejcm/js-algorithms.svg [build]: https://travis-ci.com/nejcm/js-algorithms [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg [coc]: https://github.com/nejcm/js-algorithms/blob/master/CODE_OF_CONDUCT.md [coverage-badge]: https://img.shields.io/codecov/c/github/nejcm/js-algorithms.svg [coverage]: https://codecov.io/github/nejcm/js-algorithms [docs-link]: https://nejcm.github.io/js-algorithms/ [downloads-badge]: https://img.shields.io/npm/dm/@nejcm/js-algorithms.svg [email]: nmursi2@gmail.com [emojis]: https://github.com/all-contributors/all-contributors#emoji-key [github]: https://github.com/nejcm [github-star-badge]: https://img.shields.io/github/stars/nejcm/js-algorithms.svg?style=social [github-star]: https://github.com/nejcm/js-algorithms/stargazers [github-watch-badge]: https://img.shields.io/github/watchers/nejcm/js-algorithms.svg?style=social [github-watch]: https://github.com/nejcm/js-algorithms/watchers [good-first-issue]: https://github.com/nejcm/js-algorithms/issues?utf8=&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+ [license-badge]: https://img.shields.io/npm/l/@nejcm/js-algorithms.svg [license]: https://github.com/nejcm/js-algorithms/blob/master/LICENSE [linkedin]: https://www.linkedin.com/in/nejcm/ [node]: https://nodejs.org [npm]: https://www.npmjs.com/ [npm-badge]: https://img.shields.io/npm/v/@nejcm/js-algorithms.svg [npm-link]: https://www.npmjs.com/package/@nejcm/js-algorithms [npmtrends]: http://www.npmtrends.com/@nejcm/js-algorithms [package]: https://www.npmjs.com/package/@nejcm/js-algorithms [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg [prs]: http://makeapullrequest.com [requests]: https://github.com/nejcm/js-algorithms/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen [semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg [semantic-release]: https://github.com/semantic-release/semantic-release [storybook-badge]: https://nejcmursic.netlify.com/assets/storybook.svg [storybook]: https://storybook.js.org/ [style-guide-badge]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [style-guide]: https://standardjs.com [version-badge]: https://img.shields.io/npm/v/@nejcm/js-algorithms.svg [website]: https://nejcmursic.com/

近期下载者

相关文件


收藏者