All Projects → errorinc0de → Coding-Questions

errorinc0de / Coding-Questions

Licence: MIT license
This Repository will house the competitive coding and interview questions. Please consider contributing to it if you think your solution could help the Open Source Community.

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
rust
11053 projects

Projects that are alternatives of or similar to Coding-Questions

C-plus-plus-Algorithms
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.
Stars: ✭ 19 (+0%)
Mutual labels:  competitive-programming, hacktoberfest-accepted
Dreamjob
DreamJob
Stars: ✭ 152 (+700%)
Mutual labels:  competitive-programming, interview-questions
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+127884.21%)
Mutual labels:  competitive-programming, interview-questions
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
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (+184.21%)
Mutual labels:  competitive-programming, interview-questions
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (+73.68%)
Mutual labels:  competitive-programming, hacktoberfest-accepted
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (+542.11%)
Mutual labels:  competitive-programming, interview-questions
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (+300%)
Mutual labels:  competitive-programming, interview-questions
How To Prepare For Google Interview Swe Sre
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
Stars: ✭ 251 (+1221.05%)
Mutual labels:  competitive-programming, interview-questions
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (+1226.32%)
Mutual labels:  competitive-programming, interview-questions
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (+47.37%)
Mutual labels:  competitive-programming, interview-questions
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-21.05%)
Mutual labels:  competitive-programming, hacktoberfest-accepted
COMPETITVE-PROGRAMMING
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. This repo contains the Detailed Explanation and implementation of Various Coding problems on various platforms in C++
Stars: ✭ 60 (+215.79%)
Mutual labels:  competitive-programming, interview-questions
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
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 (+67984.21%)
Mutual labels:  interview-questions, hacktoberfest-accepted
Tech Interview Preparation
A one stop solution to ace your next coding interview 👨‍💻
Stars: ✭ 188 (+889.47%)
Mutual labels:  competitive-programming, interview-questions
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+184.21%)
Mutual labels:  competitive-programming, interview-questions
pw
Best websites a Programmer should visit
Stars: ✭ 27 (+42.11%)
Mutual labels:  competitive-programming, interview-questions
DSA-Path-And-Important-Questions
I am planning to add a beginner friendly path for my Juniors to Learn DSA and I will try to provide solutions of every problem also. We can add codeChef Challenge solutions also
Stars: ✭ 35 (+84.21%)
Mutual labels:  competitive-programming
mazandi
✅ solved.ac 잔디를 예쁘게 보여주는 프로필 카드 API
Stars: ✭ 113 (+494.74%)
Mutual labels:  competitive-programming

Coding-Questions


Happy Hacktober Fest 2022 Devs! 🤩

This Repository will house Competitive Coding and Interview Questions from different platforms such as CodeChef, LeetCode, HackerRank, HackerEarth, GeeksForGeeks.

You can contribute in different languages like C, C++, Python, Java, JS, Ruby, etc.

If you are not adding an existing problem look for the 'Miscellaneous' branch and add your own questions!

We prefer well documented code, along with a file explaining the problem well, and your Pull Requests should comply with these in-order to get merged. So, do read the CONTRIBUTING.md.

Also read, CODE OF CONDUCT.

Fork this repository and clone on your local machine

git clone https://github.com/errorinc0de/Coding-Questions.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new problem and its solution
  • Refer Contributing.md for more details

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

For Beginners:

Fork this repository -> Create the Files in the Forked Repository(Available under your repositories) -> Send a Pull Request(PR) writing a proper documentation -> Wait for it to get Merged (if everything is rightly done, else update the requested changes 😉) 

Looking forward to your PRs!!!

Please consider contributing to it if you think your solution could help the Open Source Community :)

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