sudheerreddy14's blog

By sudheerreddy14, history, 2 months ago, In English

Share your favourite I will try solving them .

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

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

This, and this.

Enjoy solving!

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

1977C - Nikita and LCM beats them all

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

1968F - Equal XOR Segments the best problem as i ever seen

»
2 months ago, # |
  Vote: I like it +1 Vote: I do not like it
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

1800: C. A Mist of Florescence

Hint(not really)
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

This is my personal list of fav problems, sorry but all problems are from 2000-2400 rating range but nonetheless they are great.

General Lesson

1993D - Med-imize

Lesson

1992G - Ultra-Meow

Lesson

2002D2 - DFS Checker (Hard Version)

Lesson

2002E - Cosmic Rays

Lesson

Find Kth smallest pair distance in an array: Leetcode HARD (but simple bs actually)

Lesson

2000G - Call During the Journey

Lesson:

2008H - Sakurako's Test

Lesson
  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    thanks for sharing

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I like your list. These are some questions that can be implemented within 10 minutes, if one gets the logic right.

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Nice idea for practice

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

1600 1800 1600

Spoiler
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I think this one is a nice dp. https://codeforces.net/contest/446/problem/A

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Sorry, this one is out of the range, but It's one of the high quality problems that you would really enjoy thinking and reaching the solution all by yourself.

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

thanks for this post <3

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Literally, 1937C - Bitwise Operation Wizard is the best one I've ever seen.

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

1985G - D-Function. I read the formula they proved in the editorial after i solved it by generating some of the first numbers and learn the rules

And yes it works :) solving this problem is probably the best advancement i've made

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it
»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

this aaaand this one

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

the best problem I've ever solved on codeforces.

https://codeforces.net/contest/1284/problem/C

»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Found this interesting. enjoy

»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

I would recommend looking for problems in this range on C2Ladders https://c2-ladders-juol.onrender.com

»
7 weeks ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

1879D - Sum of XOR Functions
Found it very interesting and educational.

»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

some good problems are shared

»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
7 weeks ago, # |
Rev. 3   Vote: I like it 0 Vote: I do not like it
»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
7 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

This one and This one both of them are really good the first is of DP and the second one is interactive

»
7 weeks ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it
»
6 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
6 weeks ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

https://codeforces.net/contest/1884/problem/C best observation problem i have seen

»
6 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
6 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
6 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

an array is considered valid if there is no sovereign longer than B where all the elements are identical additionally the array can contains only integer from the range 1 to C determine the number of valid array of length a

Please solved this