Can someone provide a video link for convex trick ?? i have tried to read the wiki,but still couldn't understand the concept.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Can someone provide a video link for convex trick ?? i have tried to read the wiki,but still couldn't understand the concept.
Name |
---|
https://www.youtube.com/watch?v=OrH2ah4ylv4
i want to solve the problem like NKLEAVES on spoj and http://codeforces.net/contest/319/problem/C... , will this link help???
Don't know.I follow algorithms live and knew it has a video on convex hull trick so linked it. Haven't seen tge video or tried to learn the trick so can't comment if it would help.
Maybe this can help you http://cowboycoder.tech/spoj/spoj-nkleaves-leaves (Vietnamese post)
tried a lot.... but i am not getting it...
Don't you think convex hull optimization is a bit too early to learn at your current rating?
won't i stay on this rating forever, if I don't learn new things?
Actually, he has a point. There are other "simpler" stuff that you should learn if don't know them already. You should also practice those simpler concepts before you move on. I was already purple when I learned convex hull, and honestly, it is used much less than things like segment trees, sqrt decomposition, and dp.