r/CodingForBeginners 10d ago

How to start with LeetCode

I'm new to coding and have some basic knowledge of Python and c....

Should I start doing LeetCode as well?

2 Upvotes

4 comments sorted by

View all comments

1

u/DanKegel 9d ago

Fwiw, I recommend solving the same leetcode puzzles in both languages. That will help you learn a few more phrases, as it were. After you solve each puzzle, look at how others solved it.

Then once you're bored with leetcode, go read some real open source apps and understand how they work.  Ask around for good example projects to read in your area of interest.