All Projects โ†’ vJechsmayr โ†’ JavaScriptAlgorithms

vJechsmayr / JavaScriptAlgorithms

Licence: other
All Algorithms implemented in JavaScript - a project for hacktoberfest2019 - NO new Issues/PRs for hacktoberfest 2020 or 2021 - thank you

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to JavaScriptAlgorithms

Competitive Programming Solutions
๐Ÿ‘‹ On here you can contribute your codes across the globe ๐Ÿ˜ƒ
Stars: โœญ 46 (-17.86%)
Mutual labels:  hacktoberfest2019
vue-playground
Web Playground for Vue.js
Stars: โœญ 12 (-78.57%)
Mutual labels:  hacktoberfest2019
deerportal
Full of the diamonds ๐Ÿ’Ž board game driven by a ๐ŸฆŒ Deer ๐ŸฆŒ god and classical elements ๐Ÿ”ฅ ๐Ÿ’ฆ ๐Ÿ’จ ๐ŸŒ
Stars: โœญ 31 (-44.64%)
Mutual labels:  hacktoberfest2019
goga
Go evolutionary algorithm is a computer library for developing evolutionary and genetic algorithms to solve optimisation problems with (or not) many constraints and many objectives. Also, a goal is to handle mixed-type representations (reals and integers).
Stars: โœญ 39 (-30.36%)
Mutual labels:  hacktoberfest2019
lazyGit
Cut-short long git commands
Stars: โœญ 30 (-46.43%)
Mutual labels:  hacktoberfest2019
Idea-ReVue
Social Ideation application to manage Ideas. Developed with Vue, Firebase & Vuetify
Stars: โœญ 15 (-73.21%)
Mutual labels:  hacktoberfest2019
github welcome wall
This is the official repository for the Towards Data Science Article, "WTH am I doing here? The absolute beginner's guide to Git and GitHub"
Stars: โœญ 25 (-55.36%)
Mutual labels:  hacktoberfest2019
Data-Structures-Algorithms-Hacktoberfest-2K19
collection of data structures and algorithms in different languages - created by the community during Hacktoberfest 2019
Stars: โœญ 34 (-39.29%)
Mutual labels:  hacktoberfest2019
HacktoberFest-HelloWorld
All your PRs will be merged !! ๐Ÿ˜Š
Stars: โœญ 24 (-57.14%)
Mutual labels:  hacktoberfest2019
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: โœญ 28 (-50%)
Mutual labels:  hacktoberfest2019
hacktoberfest19
Hacktoberfest Guide For Beginner ๐Ÿš€ โœจ
Stars: โœญ 22 (-60.71%)
Mutual labels:  hacktoberfest2019
Hacktoberfest-Guide-2019
เถšเทœเถฝเทŠเถฝเถฑเทŠเถง เถšเท™เถฝเทŠเถฝเถฑเทŠเถง Hacktoberfest เถงเท“ เท‚เถปเทŠเถงเทŠ๐Ÿ‘‰ Hacktoberfest 2019 opensource guide. Happy Open Sourceโค๏ธ๐Ÿ˜๐Ÿ˜โค๏ธ Do Your Activity Here ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
Stars: โœญ 11 (-80.36%)
Mutual labels:  hacktoberfest2019
Hacktoberfest-2018
A simple code repository for algorithms in various languages.
Stars: โœญ 37 (-33.93%)
Mutual labels:  hacktoberfest2019
hacktoberfest2019
A repository for hacktoberfest 2019 [ Not counting towards hacktoberfest contribution ]
Stars: โœญ 12 (-78.57%)
Mutual labels:  hacktoberfest2019
resources api
Flask API for programming and cyber security learning resources
Stars: โœญ 63 (+12.5%)
Mutual labels:  hacktoberfest2019
aliexscrape
Get Aliexpress product details in JSON
Stars: โœญ 80 (+42.86%)
Mutual labels:  hacktoberfest2019
Yet Another Algorithms Repository
Beginner friendly repo for easily contributing algorithms' implementations
Stars: โœญ 31 (-44.64%)
Mutual labels:  hacktoberfest2019
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: โœญ 16 (-71.43%)
Mutual labels:  hacktoberfest2019
HacktoberProfile
A profile list of Hacktoberfest 2019 participants. https://srinibasbiswal.github.io/HacktoberProfile/
Stars: โœญ 30 (-46.43%)
Mutual labels:  hacktoberfest2019
hacktoberfest-2019
An easy way to get your 5 pull requests for Hacktoberfest done!
Stars: โœญ 35 (-37.5%)
Mutual labels:  hacktoberfest2019

The Algorithms - JavaScript

All algorithms implemented in JavaScript (for education)

There implementations are for learning purposes. If you want to contribute more efficient solutions feel free to open an issue and commit your solution.

This Repository is open for Hacktoberfest 2019 ONLY! No PRs/Issues for Hacktoberfest 2020 or later will be accepted and marked as invalid/spam

Inspiration

You can look for Algorithms to implement at: LeetCode Algorithms

To contribute make sure the Algorithm isn't commited yet! Make sure to add the number of the Issue in your PR.

Folders and Files

Please make sure your file is in the correct Folder - You can find a Algorithms_ToDo-File in the Folders where your Algorithm is listed. Please delete your Algorithm from this file when adding your file with the Algorithm to the directory.

Getting Started

  • Fork this repository (Click the Form button, top right of this page)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest.git
  • Create a branch for a new feature
git checkout -b feature/branch-name
  • Or if its a bugfix to a file
git checkout -b bugfix/branch-name
  • Make your changes (choose from the Tasks above!)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • Create a New Pull Request from your forked repository ( Click the 'New Pull Request' Button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

Thank You!

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].