Advanced DP: Mixtures, Spoj doubt
|
3
|
March 3, 2022
|
How to take input?
|
2
|
August 11, 2021
|
Can you tell my mistake?
|
6
|
June 28, 2021
|
Mixture dynamic problem spoj
|
3
|
June 26, 2021
|
Long long temp= minimize_smoke(arr,i,k) + minimize_smoke(arr, k+1,j) + sum(i,k,arr)*sum(k+1,j,arr);
|
3
|
April 29, 2021
|
Mixtures spoj (DP)
|
2
|
April 14, 2021
|
Mixtures(spoj) DP
|
3
|
March 29, 2021
|
Please check code for Mixtures problem on SPOJ
|
5
|
March 28, 2021
|
Over range of k
|
1
|
February 13, 2021
|
Advanced DP - MIXTURES
|
3
|
February 13, 2021
|
About the breaking of the mixture problem into subproblems
|
3
|
December 22, 2020
|
Getting Runtime Error is Knapsack Problem in few testcases
|
2
|
December 7, 2020
|
Knapsack Problem
|
4
|
December 7, 2020
|
About a line of code in problem
|
4
|
November 30, 2020
|
Mixtures spoj - Why cummulative sum is taken
|
5
|
November 29, 2020
|
MIXTURES SPOJ PROBLEM
|
2
|
October 29, 2020
|
Wrong Ans on Spoj on my soln
|
2
|
October 3, 2020
|
Can greedy be used?
|
2
|
September 19, 2020
|
Facing Problem in DP
|
3
|
September 17, 2020
|
Time complexity of Mixtures problem DP
|
3
|
September 10, 2020
|
Getting no output
|
2
|
August 22, 2020
|
Please help me to understand the F(I) function
|
3
|
July 24, 2020
|
Code isn't working
|
3
|
July 20, 2020
|
Why am I getting WA?
|
3
|
July 14, 2020
|
Mixtures,spoj(doubt)
|
3
|
July 5, 2020
|
Doubt on line 24
|
1
|
July 5, 2020
|
Please help me to understand the use of csum there and also explain the function sum being written in the code
|
3
|
July 2, 2020
|
When we will divide ABCD into 2 parts that is first in AB and then into CD then Smoke first will be for A*B and color will be A+B)%100 and in CD smoke will be C*D So Total Smoke will be A*B*C*D. Why Sir is writing wrong there?
|
3
|
July 2, 2020
|
Mixtures problem
|
3
|
June 23, 2020
|
What is the use of the csum here. Please explain me about that
|
1
|
June 16, 2020
|