Giter Site home page Giter Site logo

kumari08 / dynamic-programming Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rabiulcste/dynamic-programming

0.0 0.0 0.0 31 KB

Classical dynamic programming problems solution and algorithms

Home Page: http://rabiul.me/dynamic-programming/

C++ 100.00%

dynamic-programming's Introduction

Dynamic Programming Problems and Algorithms

What you may learn here?

This repository is full of classical graph theory algorithms and problems solution specially focused on competitive programming. Most of the solutions can be used as a template for further variance solution of specific category. Listed algorithms are very naive and common. For detailed explation follow Graph Algorithms book by Shafayet Ashraf.

Language: C++

List of solutions

  • 0-1 Knapsack (Bottom Up)
  • 0-1 Knapsack
  • Bitmask Dp
  • Building Bridges Problem / LIS
  • Coin Change (optimized)
  • Coin Change DP
  • Digit DP / Light OJ 1140 - How Many Zeroes?
  • Distinct Subsequence / DP
  • Edit Distance Bottom Up / Bottom Up DP
  • Edit Distance Recursive / Recursive DP
  • Josephus Problem / Recursive DP
  • LCS Length (bottom up)
  • LCS Print (sentence)
  • LCS Print Backtrack
  • LIS O(nlogn)
  • Length Of LIS
  • Longest Common Subsequence
  • Longest Increasing Subsequence.cpp LIS/DP a year ago
  • Longest Palindromic Subsequence.cpp LCS/DP a year ago
  • Matrix Chain Multiflication.cpp Create Matrix Chain Multiflication.cpp 2 years ago
  • Max 1D Range Sum.cpp
  • MaxSumForNonAdjacentElements
  • Min Vertex Cover / Graph+DP
  • Minimum Cost Path Problem / Bottom Up DP
  • Minimum number of Coins to make Change bruteforce / Coin Change DP
  • Minimum number of coins for a given change.cpp Coin Change 2 years ago
  • Palindrome Partitioning Min Cut.cpp DP 4 months ago
  • Palindrome Partitioning / Matrix Chain Multiplication DP
  • Range Min Query (Sparse Table)
  • Shortest Common Subsequence
  • Sum of Digits.cpp SPOJ CPCRC1C - Sum of Digits
  • Sum of subset (2D) / Kadane's Algo
  • Weighted Job Scheduling
  • nCr

dynamic-programming's People

Contributors

anandthegreat avatar rabiulcste avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.