Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

Блог пользователя kittyK

Автор kittyK, история, 6 лет назад, По-английски

Hello good people. I am struggling with mind fast solving . How can I practice to increase mind fast solving skill ?

  • Проголосовать: нравится
  • -3
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится -12 Проголосовать: не нравится

One idea is to try to guess the answer by looking at pretests! It helps because sometimes it's hard to figure out what the solution is! As an example in this problem, it might be hard to answer the question directly, but when you look at the pretests, you can guess that the answer would be ⌈ n / 2 ⌉ ...

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +19 Проголосовать: не нравится

substitute X for Mind Fast solving(idk what it is but anyway)

First 128 steps of getting good at topic X
»
6 лет назад, скрыть # |
 
Проголосовать: нравится +22 Проголосовать: не нравится

Try to solve a lot of problems, because there are problems that have common ideas and by solving a lot of problems you improve your constructive thinking. For example, when i start to solve D in today’s contest, i got the idea in 10 seconds because I solved the problem with common idea. So, try your best and improve your mind solving by experiences

»
6 лет назад, скрыть # |
 
Проголосовать: нравится -9 Проголосовать: не нравится

I think your question is a bit old-fashion because almost everybody knows that the key to success in competitive programming is practicing hard and hard...

»
6 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится +3 Проголосовать: не нравится

I suggest you learn more concepts, algorithms, then practice some problems and improve them with tricks or other skills, methods

Solving a lot of problems harder by harder is the good option since majority of the problems are came from basic, easier problems

Some topics about problems, tricks, concepts, algorithms are well-known and you can take some days training problems in the same topic

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +49 Проголосовать: не нравится

I love how cyans and greens are the first to give advice