| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | dXqwq | 3436 |
| 8 | Radewoosh | 3415 |
| 9 | Otomachi_Una | 3413 |
| 10 | Um_nik | 3376 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | adamant | 152 |
| 3 | Proof_by_QED | 146 |
| 3 | Um_nik | 146 |
| 5 | Dominater069 | 144 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 9 | TheScrasse | 134 |
|
0
Hi, could someone please take a look at my solution for problem E and point out problems with the approach? I have added comments on the DP state and transition. Would really appreciate your help. The code snippet is not long. Code Snippet |
|
On
atcoder_official →
Toyota Programming Contest 2023#4(AtCoder Beginner Contest 311) Announcement, 3 years ago
0
Here is a solution for harder version based on monotonic stack. |
|
0
Hey callmepandey, when small == 0 and you are placing the same digit, why did you consider only one more border and not additional borders? Attaching the code snippet from your submission: |
|
On
chokudai →
UNIQUE VISION Programming Contest 2022 Winter(AtCoder Beginner Contest 283) Announcement, 3 years ago
0
How to do problem E? |
|
0
Thank you! I should have observed that removing a complete sub tree at (h-1) is better than removing each of its children at (h). |
|
0
can you please explain (z + y + 1) % 2 in your solution? |
|
0
In D, why does this greedy solution starting from the root and cutting whenever the depth exceeds the candidate does not work? TIA |
|
0
Could someone please help me understand Div 2 problem D editorial? |
|
On
maroonrk →
Daiwa Securities Co. Ltd. Programming Contest 2022 Spring(AtCoder Regular Contest 138)Announcement, 4 years ago
0
Thanks! |
|
On
maroonrk →
Daiwa Securities Co. Ltd. Programming Contest 2022 Spring(AtCoder Regular Contest 138)Announcement, 4 years ago
0
Could you please explain B solution? |
|
0
number of 0's >= number of 1's at any bit position. |
|
0
Hi, I have recently learned this technique. Could you please explain your solution? That would be great help.Thanks |
|
0
Hi, Could someone please help me in understanding the proof in E editorial? I think it is a beautiful proof but I could only get a sense of it using intuition. Thanks! |
|
0
Thank you so much. JFTR, toggling here means querying a cell. |
|
+5
Thanks for sharing. I understood the pattern in figure but how does it prove the original construction in editorial. By toggling a cell (1, x) in row 1, do you mean that we take that cell by querying the below cell (2, x) which in turn triggers this pattern? |
|
0
Could you please explain why is there no optimal substructure property? Edit: I think I got this. For a given mask the path to achieve that mask matters and that's why the state mask is inappropriate. |
|
+16
Hi, can someone please explain this proof of the editorial construction in a bit more detail? I am unable to understand even from the above proof. Thanks in advance. |
|
+1
A really nice recent problem directly based on this blog: 1619H - Permutation and Queries |
|
0
BSTA? |
|
0
Can you please briefly explain the (segment tree + binary search) solution for F about which you talked in the video? TIA |
|
On
chokudai →
UNICORN Programming Contest 2021(AtCoder Beginner Contest 225) Announcement, 4 years ago
0
Can you please also explain why the order of doing dp matters in this problem. If we do dp by choosing k strings from 1....i, it gives WA but when we do dp by choosing k strings from i....n, it gives AC? Thanks |
|
On
maroonrk →
Daiwa Securities Co. Ltd. Programming Contest 2021(AtCoder Regular Contest 128) Announcement, 5 years ago
0
Thank you!! |
|
On
maroonrk →
Daiwa Securities Co. Ltd. Programming Contest 2021(AtCoder Regular Contest 128) Announcement, 5 years ago
+3
Is it possible to solve problem A by dp? My dp solution submission fails on most test cases. Can someone please help in finding the problem. |
|
0
Thanks!! Really nice solution |
|
0
Hey, can you please explain why only those points have to be updated? I think points like (x, y-2) also need to be updated |
|
0
Can you please elaborate your visualization? |
|
+8
Can you please briefly explain the solution? I'm unable to understand the editorial. |
|
+7
Mo's algorithm |
|
0
Yeah simple binary search |
|
+7
Each wall is a straight line of the form x+y=a. For a point (x1, y1) to lie outside the line, x1+y1>a should satisfy. So for each point, you just have to find the last line/wall such that it is outside the line/wall. This can be done by binary searching (x1+y1) in the array of sorted walls. |
|
+2
Thanks!! |
|
+1
How to solve CLLEXO? I was trying to compare right and below character but could not decide in case both are equal. Thanks |
|
0
Auto comment: topic has been updated by leetcode07 (previous revision, new revision, compare). |
|
0
Passages denote edges. So let's say if a node is isolated from the rest of the graph, then there is no way to reach 1 |
|
0
same problem |
|
0
Hey can you please explain in brief what is wrong with this dp? I am unable to follow your conclusion. |
|
0
I tried to do it with dp but could not reduce states. If somebody has done it using dp, please share the approach. Thanks |
|
+4
I appreciate your hard work. I will finally have dinner with my parents after a long time. |
|
0
Please provide proof of your construction in D |
|
0
Such Salty |
|
0
Can we print the cyclic order starting from the smallest element? Thank you |
|
+21
It is the "BEST". |
|
0
Can you please explain your solution? Thanks |
|
0
I am highly interested but the sad part is I am not rated between 1500-1700. |
|
+9
Very nice initiative. Thank You! |
|
+7
I loved the contest. Thank you dreamoon_love_AA |
|
0
It seems there is a typo in the solution of 949B — A Leapfrog in the array. It should be "At the moment of jumping to cell p there are p/2 elements to the left of the position p". Please correct me if I am wrong. |
|
0
Please help me in solving D. Thank You. |
|
0
Please help me in solving question D. Thank You. |
|
0
super helpful! |
|
0
in d) why ((x-a)+a-1)/a where x is remainder when divided by (a+b), please help? |
| Name |
|---|


