Tanzim_bn's blog

By Tanzim_bn, history, 3 hours ago, In English

As 2024 nears its end, let’s share the problems we enjoyed the most this year so far! Drop the problem name, link and what made it special (optional).

  • Vote: I like it
  • +24
  • Vote: I do not like it

»
3 hours ago, # |
  Vote: I like it +8 Vote: I do not like it

2044F - Easy Demon Problem Quite an interesting problem, looked really hard but had an easy mathematical solution (Do give it a try if you haven't).

  • »
    »
    44 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Would you mind giving some hints about it?

    • »
      »
      »
      6 minutes ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Think about how you could decompose the query that you have been given into parts that you can correlate with the orignal input.

»
2 hours ago, # |
  Vote: I like it +7 Vote: I do not like it

1933E. Xor-Grid Problem It demonstrates the magical nature of XOR operations, completing the missing rows and columns in an array.

»
107 minutes ago, # |
  Vote: I like it +2 Vote: I do not like it

1919D — 01 Tree Everything fits so nicely together!

»
51 minute(s) ago, # |
  Vote: I like it +2 Vote: I do not like it

2029C - New Rating Although dp is easier to think here, the bin search solution is really satisfying.

»
29 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

1843E — Tracking Segments binary search on the prefix sum!