SPOJ Solutions
Pages - Menu
(Move to ...)
Home
About Me
Contact
Privacy Policy
▼
Wednesday, 30 November 2016
GCPC11J - Time to live - SOLUTION
›
GCPC11J - Time to live is an easy BFS problem, which can be solved by applying BFS twice. If you are not familiar with the term Breadth Fi...
1 comment:
Saturday, 26 November 2016
FOXLINGS - Foxlings - SOLUTION
›
I am assuming that you have already understood the problem statement otherwise go back and read the problem statement once again: PROBLEM ...
2 comments:
Friday, 25 November 2016
ONEZERO - Ones and zeros -SOLUTION
›
ONEZERO - Ones and zeros is an easy BFS + Modular Arithmetic problem. I am assuming that you have already understood the problem stateme...
MCOINS - Coins Game - Solution
›
MCOINS - Coins Game is an easy bottom-up DP problem. I am assuming that you have already understood the problem statement, otherwise go ...
Thursday, 24 November 2016
FARIDA - Princess Farida - SOLUTION
›
This is an easy DP problem, which can be solved using bottom-up DP. Let us take an array a[] which keeps the number of coins ith monster ...
LOSTNSURVIVED - Lost and survived - SOLUTION
›
I am assuming that you have already understood the problem statement otherwise go back and read the problem statement once again: PROBLEM S...
3 comments:
CORNET - Corporative Network - SOLUTION
›
I' am assuming that you've already understood the problem otherwise go back and read the problem once again : PROBLEM STATEMENT . ...
4 comments:
‹
Home
View web version