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
Finding Smallest Number of Elements to make a Sum
Feb 05, 2026
algorithm
dynamic-programming
greedy
Number of Positive Solutions to a1 x1+a2 x2+......+an xn=k (k<=10^18)
Feb 05, 2026
algorithm
combinatorics
dynamic-programming
Counting no of matrices with exactly n/2 zeros and n/2 ones in each row and each column for a given n
Feb 04, 2026
java
c
algorithm
combinatorics
dynamic-programming
Edit distance algorithm explanation
Feb 03, 2026
algorithm
dynamic-programming
edit-distance
Heuristic for multi-dimensional knapsack
Feb 04, 2026
javascript
algorithm
dynamic-programming
mathematical-optimization
knapsack-problem
Minimum Cell Changes to Ensure Unique Numbers in Each Row and Column of an n×n Table
Feb 02, 2026
algorithm
matrix
optimization
dynamic-programming
why my memo array gets initialized to 0 java?
Feb 02, 2026
java
recursion
dynamic-programming
Optimising rook movement using DP
Jan 30, 2026
python
algorithm
dynamic-programming
breadth-first-search
Count of different ways to express N as the sum of 1, 3
Jan 28, 2026
java
algorithm
dynamic-programming
Dynamic Programming - Number of ways to calculate sum using a set of integers
Jan 27, 2026
python
algorithm
dynamic-programming
Given a sequence of n positive integers, find a subsequence of length k such that the sum over the absolute values of the differences is maximal
Jan 25, 2026
algorithm
dynamic-programming
Return correct value at each iteration- dynamic programming
Jan 25, 2026
javascript
algorithm
recursion
dynamic-programming
Counting the number of positive integers that are lexicographically smaller than a specific number
Jan 24, 2026
python
algorithm
dynamic-programming
How to find min cost for element selection from a sequence of adjacent pairs
Jan 22, 2026
python
algorithm
dynamic-programming
dynamic programming : traversal of cities
Jan 20, 2026
algorithm
dynamic-programming
How to Check for existence of Hamiltonian walk in O(2^n) of memory and O(2^n *n) of time
Jan 01, 2026
algorithm
language-agnostic
dynamic-programming
bitmask
bit-masks
Algorithm for matching point sets
Dec 31, 2025
algorithm
geometry
dynamic-programming
mathematical-optimization
Finding minimal "factorization" of an int to square-numbers
Dec 31, 2025
java
algorithm
dynamic-programming
pseudocode
factorization
Older Entries »