All Projects → kinetickansra → algorithms-in-C-Cplusplus-Java-Python-JavaScript

kinetickansra / algorithms-in-C-Cplusplus-Java-Python-JavaScript

Licence: MIT license
This is a repository created for create a curated list of common search,sorting,insertion,deletion algorithms in C

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to algorithms-in-C-Cplusplus-Java-Python-JavaScript

Programming-Quotes
Repository containing various programming quotes
Stars: ✭ 26 (+18.18%)
Mutual labels:  hacktober, hacktoberfest2018
Hactoberfest-2021
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 (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+509.09%)
Mutual labels:  hacktober, hacktoberfest2018
go-four-in-a-row
A simple command-line implementation of the game `four in the row`
Stars: ✭ 12 (-45.45%)
Mutual labels:  hacktoberfest2018
grafana-operator
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
Stars: ✭ 449 (+1940.91%)
Mutual labels:  hacktober
KAM
The ACE Advanced Medical System is nice, but we can do it better, even on a more realistic way and bring it on another level with these addons.
Stars: ✭ 35 (+59.09%)
Mutual labels:  hacktober
GrowGreen
Grow Green Web App allows users worldwide to create awareness about the environment and do their bit by contributing.
Stars: ✭ 51 (+131.82%)
Mutual labels:  hacktober
Hacktoberfest-2018
Make your first Pull Request and earn a free tee from GitHub!
Stars: ✭ 22 (+0%)
Mutual labels:  hacktoberfest2018
HacktoberFest2021
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: ✭ 9 (-59.09%)
Mutual labels:  hacktober
Landing-Page-Animation
Landing page animation made using CSS
Stars: ✭ 45 (+104.55%)
Mutual labels:  hacktoberfest2018
dicteval
Evaluate expressions in dict/json objects
Stars: ✭ 26 (+18.18%)
Mutual labels:  hacktoberfest2018
FavouriteAnime-Hacktoberfest
Add your favorite Anime with your name
Stars: ✭ 20 (-9.09%)
Mutual labels:  hacktoberfest2018
Guide to contribute in Hacktoberfest
This repository is the guide to contribute in Hacktoberfest
Stars: ✭ 21 (-4.55%)
Mutual labels:  hacktoberfest2018
FunwithScience
No description or website provided.
Stars: ✭ 127 (+477.27%)
Mutual labels:  hacktober
hacktober2020
No description or website provided.
Stars: ✭ 10 (-54.55%)
Mutual labels:  hacktober
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-40.91%)
Mutual labels:  hacktober
resources api
Flask API for programming and cyber security learning resources
Stars: ✭ 63 (+186.36%)
Mutual labels:  hacktoberfest2018
Machine-learning
This repository will contain all the stuffs required for beginners in ML and DL do follow and star this repo for regular updates
Stars: ✭ 27 (+22.73%)
Mutual labels:  hacktober
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (+40.91%)
Mutual labels:  hacktober
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (+9.09%)
Mutual labels:  hacktober
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+81.82%)
Mutual labels:  hacktober

Hackoberfest 2018

A repository by Bhrigu Kansra for beginners to create their first Pull Request.

Steps to contribute.

  1. Register your GitHub ID on hackoberfest website.

  2. Fork this repository.

  3. Add an algorithms in desired algorithm in specified folder(create new folders as per your requirement).

  4. Add your name and github profile link in contributors.md as follows

   - [Bhrigu Kansra](https://github.com/kinetickansra)
  1. Send a pull request

I'll take a look at change and then merge them with master branch.

Happy coding fellas!!

Don't worry newcomers!! Everyone's PRs will be merged,just follow the steps properly!!

Make this your first step to development and open source. Get the confidence you require!!

All of your suggestions are welcome!!

Some tips to add your algorithm in the repository:

  1. Check if your code is already present the library.
  2. If it is present then please don't add your code. If you could make the existing code better, then go ahead.
  3. Follow the camelCase naming convention for source files.
  4. If you want to make a folder please keep the first letter of the folder name capital.
  5. Add your code to the proper folder.
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].