I am solving this problem and I couldn't find any source code for the solution online so if anyone solved it before or find a source code for it please comment with the link.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
I am solving this problem and I couldn't find any source code for the solution online so if anyone solved it before or find a source code for it please comment with the link.
IF you have ranges and you want to query on how many elements in this range but every cell have to contain at most one element and the updates are on the range whether be +1 or -1. this could be done with segment tree and how ?
What is the corresponding difficulty from div3 to div2 for example div3 D, div3 E equal to what in div2?
Could anyone explain to me the proof for such a method of checking whether a number is primitive root or not http://zobayer.blogspot.com/2010/02/primitive-root.html
why should i check only certain numbers to be equal to one or not ?
why at the second test case the answer 2133 is wrong ? http://codeforces.net/contest/681/problem/D
Could any one explain to me the solution of this problem ?
Could anyone explain to me why this solution for this problem is true problem http://codeforces.net/contest/313/problem/E Solution http://codeforces.net/contest/313/submission/9096673
why in the second testcase the answer is not ...XXX http://codeforces.net/contest/104/problem/D
http://codeforces.net/contest/69/problem/D i couldn't understand how in the second test case the second player wins !!
Could anyone explain the problem statement to me ? http://www.spoj.com/problems/ORDERS/
What is the complexity of dijkstra algorithm but without the vis array and without checking for dist array code https://ideone.com/VTaE03
Why at the input sample the answer for 4 100 7 is no problem link http://codeforces.net/contest/94/problem/D
i couldn't understand this problem statement https://community.topcoder.com/stat?c=problem_statement&pm=3443&rd=6515
the problem is http://codeforces.net/contest/513/problem/C
the solution is http://codeforces.net/contest/513/submission/9761274
i wonder how this solution not TLE it is 1009*1009*6*6*6 which is TLE
Why the solution to this problem is not by dynamic programming and how the solution is to sum up the average among each group multiplied by the probability .
link https://arena.topcoder.com/#/u/practiceCode/15638/31722/12514/1/317232
i couldn't understand this problem solution okay i understand that he get the LIS in nlogn twice from both sides preprocess for the length of increasing subsequence till now then he makes a loop and calculate the min of LIS from both sides what i don't understand is how he guaranteed that the LIS max number will be smaller than ith element in the original array.
problem https://uva.onlinejudge.org/external/105/10534.pdf
solution https://github.com/Diusrex/UVA-Solutions/blob/master/10534%20Wavio%20Sequence.cpp
can anyone explain to me it's solution proof ?
Hello everyone i was solving a problem which wants the number of faces in a planar graph of N nodes E edges. it is solvable by euler formula but what is the proof of this formula this link has alot of helpful proofs but i could understand the 3rd proof if anyone intersting in understanding it please explain it to me.
thanks in advance :)
could anyone explai the problem to me and it is solution ? http://poj.org/problem?id=2096
http://codeforces.net/contest/157/problem/D
or anyone comment with a link of a tutorial.
any suggest to solve this problem using rmq(segment tree) http://codeforces.net/contest/71/problem/D
could any one please explain this problem solution to me
Name |
---|