All Projects → Shuvro-d → Dynamic.Programming

Shuvro-d / Dynamic.Programming

Licence: other
C++ codes of Dynamic Programming algorithms

Programming Languages

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

Projects that are alternatives of or similar to Dynamic.Programming

Project Euler Solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Stars: ✭ 1,374 (+4807.14%)
Mutual labels:  competitive-programming, dynamic-programming
Coding Ninjas Competitive
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
Stars: ✭ 168 (+500%)
Mutual labels:  competitive-programming, dynamic-programming
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+1210.71%)
Mutual labels:  competitive-programming, dynamic-programming
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (+410.71%)
Mutual labels:  dynamic, dynamic-programming
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+21.43%)
Mutual labels:  competitive-programming, dynamic-programming
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (+3.57%)
Mutual labels:  competitive-programming, dynamic-programming
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (+375%)
Mutual labels:  competitive-programming, dynamic-programming
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+92.86%)
Mutual labels:  competitive-programming, dynamic-programming
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1182.14%)
Mutual labels:  competitive-programming, dynamic-programming
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 (+132.14%)
Mutual labels:  competitive-programming, dynamic-programming
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-39.29%)
Mutual labels:  competitive-programming, dynamic-programming
Codeforces
Solutions to Codeforces Problems
Stars: ✭ 132 (+371.43%)
Mutual labels:  competitive-programming
Desk
Light-weight ide for competitive programming.
Stars: ✭ 34 (+21.43%)
Mutual labels:  competitive-programming
py-problems-solutions
Implementations of various problems using Python. Dynamic Programming, BackTracking & Sorting algorithms 💻
Stars: ✭ 20 (-28.57%)
Mutual labels:  dynamic-programming
ImmediateReflection
.NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/set). It also provides an ObjectWrapper object allowing to use Reflection in a faster way. And finally it offers the possibility to create strongly typed delegates.
Stars: ✭ 30 (+7.14%)
Mutual labels:  dynamic
JqueryDataTablesServerSideDemo
Jquery DataTables with Asp.Net Core server side multi column sorting and searching Demo Project.
Stars: ✭ 43 (+53.57%)
Mutual labels:  dynamic
Hackerrank-Codes
Here are some of the solutions to HackerRank questions.
Stars: ✭ 63 (+125%)
Mutual labels:  competitive-programming
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-14.29%)
Mutual labels:  competitive-programming
Meh
Python configuration files in Python. ¯\_(ツ)_/¯
Stars: ✭ 20 (-28.57%)
Mutual labels:  dynamic
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 (+267.86%)
Mutual labels:  competitive-programming

Dynamic.Programming

I tried to write the dp algorithms in c++..If you face any problem to understand the code or notice any mistakes feel free to point out.. I didn't directly translate from tutors javascript code.. I understood the algorithm and implemented it in my own way.. So it won't be so efficient as tutors..

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