All Projects → codewithdev → C-plus-plus-Algorithms

codewithdev / C-plus-plus-Algorithms

Licence: MIT License
Repo contains some of the most common Data Structure and Algorithm in cpp. It will be helpful in future application of Competitive Programming as well as various tech Interviews.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to C-plus-plus-Algorithms

Hacktoberfest-2021-Data-Structures-and-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Competitive Programming.
Stars: ✭ 49 (+157.89%)
Mutual labels:  competitive-programming, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest 2021
all valid pull requests accepted!!
Stars: ✭ 23 (+21.05%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
weatherbes-android
An open sourced Weather App made using OpenWeatherMapAPI
Stars: ✭ 23 (+21.05%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
FB-Ads-Opt-UCB
The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻
Stars: ✭ 23 (+21.05%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (+5.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
github-fest-2021
No description or website provided.
Stars: ✭ 44 (+131.58%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (-5.26%)
Mutual labels:  competitive-programming, hacktoberfest-accepted
EmuConfigurator
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
Stars: ✭ 115 (+505.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
To-Do-List
To-Do-List javascript project
Stars: ✭ 13 (-31.58%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Let-Us-Java
[Hacktoberfest 2021] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here
Stars: ✭ 39 (+105.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (-15.79%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
DSA
Write DSA Codes into it
Stars: ✭ 18 (-5.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Algorithms
🎓 Important Algorithms and their implementations
Stars: ✭ 30 (+57.89%)
Mutual labels:  competitive-programming, hacktoberfest2021
chic-ui
Lightweight CSS-in-JS styled UI Component Library for React
Stars: ✭ 39 (+105.26%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+200%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest36 2021
Hacktober Fest 2021 is live. Contribute your projects.
Stars: ✭ 43 (+126.32%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktober-Fest-2021
Repository for community contributions
Stars: ✭ 23 (+21.05%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
MERN-E-Commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
Stars: ✭ 57 (+200%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (+15.79%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (+168.42%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

Build Status Open Source Helpers

C++ DSA

Repo contains some most common Data Structure and Algorithm in C++ that will helpful to grasp the concept of various algorithm, working and also will help you in future application of Competitive Programming as well Interview Preparation.

Hi 👋 Fellas,

The Data Structure is the ❤️ of Computer Science and Algorithms are the step and procedure to operate on these Data Structure. Some Most Comman Data Structure are like Array, Queue, Stack, Tree, Hash, Heap etc. Mastering these Data Structure will help you to solve many problems while you are doing competitive Programming or sitting for the Tech Interview.

However If You think that you have some great resources and you'd love to contribute in the repo then create a Pull Request Check PR Instructions) by forking this repo Fork Here.

Contributing to C-plus-plus-Algorithms

🍴 Step 1. Fork this repository

In order to contribute to C-plus-plus-Algorithms, you need to fork this repo, and develop on your own local clone. If you don't know how to do so, follow this guide!

📖 Step 2. Get a Clone of Repo

First, move into your local cloned repository with the help of cd, after that navigate to the files.

🛠 Step 3. Make your change

Now you can start developing! All of the components are under the directory and associated code changes will automatically be reflected in the Repo.

🏆 Step 4. Making your pull request

Once you're done with making your changes, push everything to your local repository's branch.

From here, you can open up a pull request from your forked repository's branch into C-plus-plus-Algortihms's master branch.

In your PR description, explain the changes you made, why you made them, how to test them, and anything that might be a point of interest.

Once you create your PR, it will be reviewed and hopefully merged quickly!

🥂 Step 5. Pat yourself on the back

Congrats, you're officially a Contributor!

🎉Contributors

Big shoutout to all the contributors who have put their efforts to make it big!! 🥇

Contributors

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