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

Автор rd_sharma7, история, 4 месяца назад, По-английски

Hi #codeforces

I have solved around 100 (800 rating) questions and 20 (900 rating) but when i solve a another 900 rating question i first get in doubt by seeing the long theory of question. somehow i make a courage to read and understand but then i ended up with not able make correct solution. sometimes i think whole diffrent approach as compare to ideal.

for example I was solving this clockwork question (900 rating) . i even did not understand the question. but when i see the solution i see same if else , loops , vectors use . thatm means i know using what problem can be solve but how to arrange these pieces is seems impossible.

what should i do any suggestion.

i code in c++

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

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

Could you send the link of the problem? Also I believe you could try beginner tutorials on youtube to get a look into how to observe some things as a beginner, I myself am also a beginner and resort to such stuff most of the time. For now, focus on basic stuff like simple math, arrays, sorting etc.

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

You need to work on logic building. If the codeforces problem statments look complicated to you, you can try Atcoder Beginner Contests, their problem statements are concise and more standard/educational, can be helpful.

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

writing blog was not necessary.

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

try to make some olympic math , from even primary level ( don't learn theorems , but learn approaches ) . low rating problems are just math intuition almost