All Projects → ahr9n → psolving-paradigms

ahr9n / psolving-paradigms

Licence: MIT license
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.

Programming Languages

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

Projects that are alternatives of or similar to psolving-paradigms

problem-solving
No description or website provided.
Stars: ✭ 56 (+64.71%)
Mutual labels:  spoj, uva, greedy, codeforces, dynamic-programming
solutions
Solutions to online programming problems
Stars: ✭ 36 (+5.88%)
Mutual labels:  spoj, topcoder, competitive-programming, kattis
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-41.18%)
Mutual labels:  spoj, competitive-programming, codeforces, online-judge
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 (-2.94%)
Mutual labels:  spoj, uva, competitive-programming, codeforces
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (-20.59%)
Mutual labels:  uva, competitive-programming, codeforces, kattis
vjudge-to-oj
Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
Stars: ✭ 43 (+26.47%)
Mutual labels:  spoj, uva, competitive-programming, codeforces
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+91.18%)
Mutual labels:  competitive-programming, greedy, dynamic-programming, greedy-algorithms
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-38.24%)
Mutual labels:  spoj, competitive-programming, codeforces
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-52.94%)
Mutual labels:  spoj, competitive-programming, codeforces
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (+97.06%)
Mutual labels:  spoj, competitive-programming, codeforces
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-50%)
Mutual labels:  competitive-programming, codeforces, dynamic-programming
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+138.24%)
Mutual labels:  spoj, competitive-programming, codeforces
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+247.06%)
Mutual labels:  spoj, competitive-programming, codeforces
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (-5.88%)
Mutual labels:  uva, competitive-programming, codeforces
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-47.06%)
Mutual labels:  uva, competitive-programming, codeforces
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (+67.65%)
Mutual labels:  programming, bruteforce, brute-force
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+232.35%)
Mutual labels:  programming, competitive-programming, codeforces
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-29.41%)
Mutual labels:  competitive-programming, codeforces, online-judge
Competitive-Programming-Codes
Includes codes from coding competitions and contests over the internet. Languages:- Python3 and C++
Stars: ✭ 14 (-58.82%)
Mutual labels:  programming, competitive-programming, codeforces
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+58.82%)
Mutual labels:  competitive-programming, dynamic-programming, binary-search

PSolving Paradigms

PRs Welcome License

An educational repository of common problems and their solutions in dynamic programming methods and techniques, including prerequisites (approaches of greedy, brute-force (iterative, recursive and state-space search) and binary search), for competitive programmers. Also, I attached a sheet of problems from several online judges (basic problems and extra) in details; difficulty, topics, hints and notes, in case you needed to solve.

I tried my best to make my code clean and readable. Also, I made comments for unclear statements, as possible. I wish this will be helpful! Thank you!

Content:

1. Brute Force

2. Greedy

3. Binary Search

4. Dynamic Programming

5. Other Techniques

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