Begin your coding journey with leetcode

Hello beginners,

Dont know how to begin with coding, let me share with you my own experience.

I used to be tester with no coding experience, but  to get into automated testing I must learn to code, thats where it all started.

Begin with you shold have a language of your own choice. II started to first read about programming concepts and practice easy level leetcode problems, theory is always kinda boring so from day one I pledge to solve a leetcode problem everyday initially it took more than an hour but now after 3 months I am quite comfortable.

how to target the problem?

First try to understand the input and output, then you must write your own cases and decode how to achieve the output. After which you can start writing code, dont know the syntax : no problem at all you can always google for syntaxes, even in the interview some of the companies allow you to use google just for syntaxes.

After solving leetcode for a month everyday you must get confidence in writing code yourself and slowly you will learn the syntaxes as well.

Comments (0)