Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in dynamic-programming
How can I solve knapsack problems with 3 variables?
Mar 24, 2026
algorithm
optimization
dynamic-programming
knapsack-problem
Computing Nth triangular number that is also a square number
Mar 23, 2026
c++
algorithm
dynamic-programming
matrix-multiplication
How can I add limited coins to the coin change problem? (Bottom-up - Dynamic programming)
Mar 21, 2026
c++
dynamic-programming
coin-change
bottom-up
Minimum add to make parentheses string consisting of '{', '}', '[', ']', '(', ')' valid
Mar 20, 2026
string
algorithm
data-structures
stack
dynamic-programming
coin change program using dynamic programming knapsack with repetitions allowed
Mar 19, 2026
c
dynamic-programming
DP memoized approach for Longest common substring
Mar 18, 2026
algorithm
dynamic-programming
Graphtheory. How to approach these kinds of problems? I want to know the logic and the way one needs to think while trying to solve this.
Mar 18, 2026
python-2.7
dynamic-programming
graph-algorithm
Find all combinations of a given set of integers summing up to a given sum
Mar 18, 2026
algorithm
dynamic-programming
subset-sum
coin-change
Find the number of subsequences of a n-digit number, that are divisible by 8
Mar 16, 2026
string
algorithm
time-complexity
dynamic-programming
combinatorics
Find nonnegative integer weights of integer inputs array for integer output, minimizing sum of weights
Mar 16, 2026
optimization
dynamic-programming
mathematical-optimization
combinatorics
integer-programming
Can we algorithmically find expected hitting time for 2D random walk without simulating/approximating?
Mar 15, 2026
algorithm
dynamic-programming
depth-first-search
random-walk
Time Complexity of "Find the longest substring with k-unique characters"?
Mar 14, 2026
python
string
algorithm
dynamic-programming
How can I solve this dynamic programing problem?
Mar 11, 2026
algorithm
time-complexity
dynamic-programming
space-complexity
Compute DP[n][m] faster
Mar 10, 2026
algorithm
dynamic-programming
A Dynamic Programming problem in USACO
Mar 06, 2026
dynamic-programming
Dynamic vs Greedy Algorithms : The debate regarding Neil G's answer on the same topic
Mar 04, 2026
algorithm
dynamic-programming
greedy
Need help understanding the Triple Step dynamic programming / recursion question
Mar 02, 2026
java
algorithm
data-structures
dynamic-programming
Obtaining the longest increasing subsequence in Python
Mar 02, 2026
python
dynamic-programming
Older Entries »