Hi codeforces! I really have a question for you!
- How can I take a leap forward for an extraordinary jump in coding?
- How to become faster at coding?
- How to write cleaner code?
- How to solve problems more quickly and accurately, and so on...?
№ | Пользователь | Рейтинг |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 160 |
3 | Um_nik | 160 |
5 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 150 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
Hi codeforces! I really have a question for you!
- How can I take a leap forward for an extraordinary jump in coding?
- How to become faster at coding?
- How to write cleaner code?
- How to solve problems more quickly and accurately, and so on...?
Название |
---|
Maybe these shouldn't be asked.You can see my first blog and I'm joked as you.No one replies seriously.The peole here are mostly just like that.
Maybe.
I thought to myself, maybe someone has something to share. Because sometimes I see people who seem like they were born for this job, who can progress at such a steep rate. Maybe they use tips and techniques. There are things that we all know, but I was waiting for interesting tips from the elders.
Yeah.Let's make progress step by step.Don't worry.99% are not genius.Believe in yourself!
more practise
1- Solve more problems
2- depending on what you mean, if you mean become faster at just writing code, then you can practice touch typing (try typing club or something), if you mean reaching the solution faster, then refer to the answer of the first question (You usually reach the idea faster if you have solved something similar before, solving more will surely help on this)
3- You are asking in the wrong place, usually we don't focus on writing a clean code in a contest because we need to write the code quickly, it's not easy to write clean code quickly, I can give you some general tips like "use meaningful names"... etc, but I would suggest googling since there are a lot of clean code practices that I can't be written in a single comment, You may even read Clean Code book.
For CP, just try to keep everything idented correctly and maybe divide the too complex logic into smaller parts (functions or just separating them by a line or something to make debugging easier)
4- Refer to the answer of the first question
ok. thanks
The 'science' of training in competitive programming by I_love_Hoang_Yen
Thanks a lot!
reach red and u will be able to do that