sudheerreddy14's blog

By sudheerreddy14, history, 3 months ago, In English

Share your favourite I will try solving them .

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

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

This, and this.

Enjoy solving!

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

1968F - Отрезки с равным XOR the best problem as i ever seen

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

1800: C. A Mist of Florescence

Hint(not really)
»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 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 - Медизация

Lesson

1992G - Ультра-мяу

Lesson

2002D2 - Проверка DFS (сложная версия)

Lesson

2002E - Космические лучи

Lesson

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

Lesson

2000G - Звонок во время пути

Lesson:

2008H - Тест Сакурако

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

    thanks for sharing

  • »
    »
    3 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.

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

Nice idea for practice

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

1600 1800 1600

Spoiler
»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 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.

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

thanks for this post <3

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

Literally, 1937C - Побитовая магия is the best one I've ever seen.

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

1985G - D-Функция. 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

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

this aaaand this one

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

the best problem I've ever solved on codeforces.

https://mirror.codeforces.com/contest/1284/problem/C

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

Found this interesting. enjoy

»
3 months 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

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

1879D - Сумма функций XOR
Found it very interesting and educational.

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

some good problems are shared

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 months ago, # |
Rev. 3   Vote: I like it 0 Vote: I do not like it
»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 months 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

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

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

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it
»
3 months 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