+ 1
Please give some more tips to improve logic
How I start fast things of loops logics
3 Answers
+ 4
Hi Jigar,
- Write your problem at copy and try to solve
- try to use some maths formula, it will make your code fast
- divide your code in functions and use some helper functions also
- give comments to explain your code, don't give much big comments just to explain the purpose
- always try to explore, it will help you to get know about some inbuilts which will make your code easy and simple
- Practice Problems, for make your mind sharp
- see others code to analyze, how they solved
- see questions and answers of users here so in future you Dont have to face it.
- Trust yourself , All the best
0
https://www.sololearn.com/discuss/2029295/?ref=app
https://www.sololearn.com/discuss/1080547/?ref=app
https://www.sololearn.com/discuss/2042410/?ref=app
https://www.sololearn.com/discuss/2018569/?ref=app
https://www.sololearn.com/discuss/2068248/?ref=app
https://www.sololearn.com/discuss/1142925/?ref=app
https://www.sololearn.com/discuss/927699/?ref=app
https://www.sololearn.com/discuss/2114975/?ref=app
https://www.sololearn.com/discuss/2029295/?ref=app
https://www.sololearn.com/discuss/1528539/?ref=app
0
Hope this helps you