All Projects → viveakrt → Competitive-programing

viveakrt / Competitive-programing

Licence: Unlicense license
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
go
31211 projects - #10 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Competitive-programing

Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-20%)
Mutual labels:  codechef, competitive-programming, hackerrank, codeforces, hackerearth, codeforces-solutions, codechef-solutions
Python
this resporatory have ml,ai,nlp,data science etc.python language related material from many websites eg. datacamp,geeksforgeeks,linkedin,youtube,udemy etc. also it include programming challange/competion solutions
Stars: ✭ 43 (+115%)
Mutual labels:  competitive-programming, hackerearth, hackerrank-python, hackerrank-solutions, codechef-solutions, hackerearth-solutions
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+60%)
Mutual labels:  leetcode, codechef, competitive-programming, codeforces, codeforces-solutions, codechef-solutions
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 (+170%)
Mutual labels:  codechef, competitive-programming, hackerrank, leetcode-solutions, hackerrank-solutions, codechef-solutions
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+20%)
Mutual labels:  competitive-programming, hackerrank, codeforces, hackerearth, codeforces-solutions, hackerearth-solutions
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-15%)
Mutual labels:  codechef, competitive-programming, codeforces, codeforces-solutions, codechef-solutions
100DaysCodingChallenege
This is 100 days of competitive coding challenege . You have details of all the problem and solution that I will be solving daily for 100 days consecutively . I have added link to all the questions in read me according to days , you can try solving on your own before watching solution .
Stars: ✭ 29 (+45%)
Mutual labels:  leetcode, codechef, hackerrank, codeforces, hackerearth
Competetive programming
Contains my solutions to thousands of different CP sums and some DSA Problems(available in snippets)
Stars: ✭ 21 (+5%)
Mutual labels:  leetcode, codechef, competitive-programming, hackerrank, hackerearth
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 (+200%)
Mutual labels:  competitive-programming, leetcode-solutions, codeforces-solutions, codechef-solutions, a2oj
data-structures-algorithms-interviews
👨‍💻 Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (-20%)
Mutual labels:  leetcode, codechef, hackerrank, hackerearth
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (+5%)
Mutual labels:  leetcode, codechef, competitive-programming, codeforces
SQL-Practice
Solutions to Problems For SQL on Leetcode, Hackerrank & DataLemur
Stars: ✭ 116 (+480%)
Mutual labels:  leetcode, hackerrank, leetcode-solutions, hackerrank-solutions
Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-30%)
Mutual labels:  leetcode, competitive-programming, codeforces, codechef-solutions
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 (+65%)
Mutual labels:  leetcode, codechef, competitive-programming, codeforces
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+4110%)
Mutual labels:  leetcode, competitive-programming, codeforces, codeforces-solutions
competitive-programming
Solutions of some problems in competitive programming
Stars: ✭ 23 (+15%)
Mutual labels:  leetcode, competitive-programming, hackerrank, codeforces
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-10%)
Mutual labels:  leetcode, leetcode-solutions, codeforces-solutions, codechef-solutions
Coding-Problems
💻 Solutions to coding problems from popular platforms in multiple programming languages.
Stars: ✭ 51 (+155%)
Mutual labels:  leetcode, codechef, hackerrank, codeforces
Competitive-Coding
Contains solution code of SPOJ, LeetCode, HackerRank and Codeforces questions solved by me.
Stars: ✭ 46 (+130%)
Mutual labels:  competitive-programming, hackerrank, codeforces, leetcode-solutions
Competitive-Programmming
Questions solved from Various Coding websites viz. HackerRank, HackerEarth, CodeChef, CodingNinja and other websites. This repository also contains Questions from various offline and onsite competitions. Programs that we find in the competitions and some brainstorming questions
Stars: ✭ 103 (+415%)
Mutual labels:  competitive-programming, hackerrank, hackerrank-solutions, hackerearth-solutions

# Competitive-programing

This repository is for encourage people in competitive programing. And making PR's for regular basis. Through this repo Geeks can find solutions for various programing problems and also give your code to increase the repo.

Contribution

To contribute in this repository fork the repo first and then add any solution from the distinct competitive websites. if website is not mention above create new folder and then solution with name of problem with problem number.

Add into Codeforces

https://codeforces.com/ File name solution is name as problem with problem number example if problem : number is 1426E and problem name is Rock, Paper, Scissors then file name should be 1426E_Rock _Paper _Scissor.py or 1426E Rock Paper Scissor.py or 1426E_Rock _Paper _Scissor.cpp

Add into CodeChef

https://www.codechef.com/ File name solution is name as problem with problem code example if problem : code is ELEVATR and problem name is Elevator then file name should be ELEVATR_Elevator.py or ELEVATR Elevator.py or ELEVATR_Elevator.cpp

Add into HackerRank

https://www.hackerrank.com/dashboard Create a sub folder for Skill you opt for and put all the answer in it with solutionname.extention

Add into HackerEarth

https://www.hackerearth.com/practice/codemonk/ You can simply add solution code in sub folders with problemname.extention example: if problem is Add two number then file name should be Add_two_number.py

Rules

	1. Do not Add duplicate code
	2. Do not add simple Hello World Program
	3. you can add any competitive program
	4. Try to add problem link or explain problem in Comment while writing code
	5. Try to explain the process you followed for solving the problem
	6. Same Problem can be re-submitted in diferent programming language
	7. Eat, Sleep, Code and repeat.
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].