All Projects → mgechev → Javascript Algorithms

mgechev / Javascript Algorithms

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Javascript Algorithms

Algorithm Archive
A collaborative book on algorithms
Stars: ✭ 1,880 (-72.73%)
Mutual labels:  hacktoberfest, algorithm
Funnyalgorithms
A repository with a bunch of funny algorithms, beginners friendly
Stars: ✭ 161 (-97.66%)
Mutual labels:  hacktoberfest, algorithm
Codezilla
⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
Stars: ✭ 127 (-98.16%)
Mutual labels:  hacktoberfest, algorithm
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+133.82%)
Mutual labels:  hacktoberfest, algorithm
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-94.3%)
Mutual labels:  hacktoberfest, algorithm
Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (-77.82%)
Mutual labels:  hacktoberfest, algorithm
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+148.82%)
Mutual labels:  hacktoberfest, algorithm
Algorithms Hacktoberfest
Write Algorithm in any language and contribute to HacktoberFest
Stars: ✭ 77 (-98.88%)
Mutual labels:  hacktoberfest, algorithm
Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+1723.42%)
Mutual labels:  hacktoberfest, algorithm
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (-97.3%)
Mutual labels:  hacktoberfest, algorithm
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (-81.97%)
Mutual labels:  hacktoberfest, algorithm
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (-21.57%)
Mutual labels:  hacktoberfest, algorithm
Hacktoberfest Projecteuler
This repo contains solutions for projecteuler problems in multiple languages. Specially created for newcomers to contribute as part of Hacktoberfest Challenge.
Stars: ✭ 78 (-98.87%)
Mutual labels:  hacktoberfest, algorithm
Hello World
Add any Program in any language you like or add a hello world Program ❣️ if you like give us ⭐
Stars: ✭ 1,464 (-78.76%)
Mutual labels:  hacktoberfest, algorithm
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 78 (-98.87%)
Mutual labels:  hacktoberfest, algorithm
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-97.72%)
Mutual labels:  hacktoberfest, algorithm
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (-84.97%)
Mutual labels:  hacktoberfest, algorithm
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-99.3%)
Mutual labels:  hacktoberfest, algorithm
Cosmos
Hacktoberfest 2021 | World's largest Contributor driven code dataset | Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter |
Stars: ✭ 12,936 (+87.67%)
Mutual labels:  hacktoberfest, algorithm
Algorithmsanddatastructure
Algorithms And DataStructure Implemented In Python & CPP, Give a Star 🌟If it helps you
Stars: ✭ 400 (-94.2%)
Mutual labels:  hacktoberfest, algorithm

About

Build Status

This repository contains JavaScript implementations of famous computer science algorithms.

API reference with usage examples available here.

Development

To install all dev dependencies

Call:

npm install

To setup repository with documentation

npm run doc

This will build the documentation and open it in your browser.

To update .html files with documentation

Just run npm run doc again.

To run tests

Call:

npm run test

This will execute all *.spec.js files.

To deploy documentation site

npm run deploy

This requires you to have commit access to your Git remote.

Contributions

Fork the repo and make required changes. Afterwards, push your changes in branch. The name will be according to the changes you did. Initiate the pull request.

Make sure your editor makes validations according to the .jshintrc in the root directory of the repository.

Before pushing to the repository, run:

npm run build

If the build is not successful, fix your code in order for the tests and jshint validation to run successfully. Then create a pull request.

Contributors

mgechev AndriiHeonia Jakehp lygstate mik-laj krzysztof-grzybek
mgechev AndriiHeonia Jakehp lygstate mik-laj krzysztof-grzybek
pvoznenko jettcalleja filipefalcaos kdamball lekkas infusion
pvoznenko jettcalleja filipefalcaos kdamball lekkas infusion
deniskyashif brunohadlich designeng Microfed Nirajkashyap pkerpedjiev
deniskyashif brunohadlich designeng Microfed Nirajkashyap pkerpedjiev
duffman85 Xuefeng-Zhu emyarod alexjoverm amilajack BorislavBorisov22
duffman85 Xuefeng-Zhu emyarod alexjoverm amilajack BorislavBorisov22
brunob15 BryanChan777 ysharplanguage jurassix fisenkodv contra
brunob15 BryanChan777 ysharplanguage jurassix fisenkodv contra
liesislukas marrcelo wnvko millerrach xiedezhuo DengYiping
liesislukas marrcelo wnvko millerrach xiedezhuo DengYiping
fanixk wlx199x shaunak1111
fanixk wlx199x shaunak1111

License

The code in this repository is distributed under the terms of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].