# the-algorithms-javascript **Repository Path**: bison-fork/the-algorithms-javascript ## Basic Information - **Project Name**: the-algorithms-javascript - **Description**: fork自:https://github.com/TheAlgorithms/Javascript,数据结构与算法Javascript版 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-05 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Algorithms - JavaScript [![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](CONTRIBUTING.md) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript.svg?logo=lgtm&logoWidth=18&style=flat-square)](https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript) ![Node CI](https://github.com/TheAlgorithms/Javascript/workflows/Node%20CI/badge.svg) ![update_directory_md](https://github.com/TheAlgorithms/Javascript/workflows/update_directory_md/badge.svg) [![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6) ![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square) [![standard.js](https://img.shields.io/badge/code%20style-standardjs-%23f3df49)](https://standardjs.com/) ## All algorithms implemented in JavaScript (for educational purposes only) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Javascript) These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library that are much better for performance reasons. ## Contribution Guidelines Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. ## List of Algorithms See our [directory](DIRECTORY.md). ## Algorithm Explanation See our [wiki](https://github.com/TheAlgorithms/Javascript/wiki).