All Projects → Vishruth-S → Competitivecode

Vishruth-S / Competitivecode

Licence: mit
A repo for interesting Competitive Coding problems

Projects that are alternatives of or similar to Competitivecode

Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-89.31%)
Mutual labels:  programming, competitive-programming
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (-80.92%)
Mutual labels:  competitive-programming, algorithm-challenges
codility
My solutions to exercises and tests at http://codility.com.
Stars: ✭ 66 (-49.62%)
Mutual labels:  competitive-programming, algorithm-challenges
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-13.74%)
Mutual labels:  competitive-programming, programming
Competitive Programming
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
Stars: ✭ 53 (-59.54%)
Mutual labels:  competitive-programming, algorithm-challenges
ds-algo-placement-resources
A complete roadmap and resources for competitive programming for placement purpose.
Stars: ✭ 58 (-55.73%)
Mutual labels:  programming, competitive-programming
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+87.79%)
Mutual labels:  competitive-programming, algorithm-challenges
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+174.05%)
Mutual labels:  competitive-programming, algorithm-challenges
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+378.63%)
Mutual labels:  competitive-programming, algorithm-challenges
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+18462.6%)
Mutual labels:  competitive-programming, programming
FacebookHackerCup-2019
🏃 Python Solutions of All 22 Problems in FHC 2019
Stars: ✭ 15 (-88.55%)
Mutual labels:  competitive-programming, algorithm-challenges
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-6.87%)
Mutual labels:  competitive-programming, programming
HackerEarth-Solution
Contains hackerearth solutions in python 3
Stars: ✭ 126 (-3.82%)
Mutual labels:  programming, competitive-programming
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+19.08%)
Mutual labels:  competitive-programming, algorithm-challenges
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-74.05%)
Mutual labels:  programming, competitive-programming
Cubes
Implementation of interesting algorithms in C++
Stars: ✭ 23 (-82.44%)
Mutual labels:  competitive-programming, algorithm-challenges
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 (-58.78%)
Mutual labels:  programming, competitive-programming
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-87.79%)
Mutual labels:  competitive-programming, algorithm-challenges
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+200%)
Mutual labels:  competitive-programming, algorithm-challenges
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (-29.01%)
Mutual labels:  competitive-programming, algorithm-challenges

CompetitiveCode

This is a repo for interesting Competitive Coding problems and solutions💻
Check out Useful Resources for some great resources that can help in Competitive Coding📜

If you've got an interesting problem from any Competitve coding platform,add it in their respective folder. If you are creating your own problem, add it into "misc" folder

Any language can be used for the solution (preferred: C,C++,Python,Java,Javascript) ✨🔥
The solution must be well documented explaining the logic used by adding appropriate comments

Refer CONTRIBUTING.MD before sending a PR.

Getting Started

Fork this repository and clone on your local machine

git clone https://github.com/Vishruth-S/CompetitiveCode.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

Create a new pull request from your forked repository
Wait for your PR review and merge approval!
🎉🎉

Important links to watch out for

PS: Show some 💛 and star ⭐️ this repo to support

Stay Awesome !! 😃

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