项目作者: amilajack

项目描述 :
A collection of algorithms written in javascript
高级语言: JavaScript
项目地址: git://github.com/amilajack/js-algorithms.git
创建时间: 2016-03-21T17:43:36Z
项目社区:https://github.com/amilajack/js-algorithms

开源协议:

下载


JS Algos

A list of Computer Science concepts solved and explained in JavaScript (ES6)

test

Getting Started

  1. # Setup
  2. git clone https://github.com/amilajack/js-algorithms.git
  3. cd js-algorithms
  4. npm install
  5. # Test
  6. npm test
  7. # Running individual files
  8. npm global add @babel/cli
  9. # Running/testing files
  10. babel-node General/PrintKDistance.js

Support

If this project is saving you (or your team) time, please consider supporting it on Patreon 👍 thank you!





Contributing

  • Requirements:
  • Time-space complexities of each method (insert, delete, access, etc)
  • Please feel free to contribute any design patterns, algorithms, or other kinds of code
  • All contributions are welcome!