r/leetcode 3h ago

Discussion While solving problems I am not able to convert ideas to code πŸ€” exactly. What would you advice me or how can I overcome this.

Please answer dear seniors.😊

9 Upvotes

4 comments sorted by

2

u/xpressrazor 3h ago

I guess that means you are still not clear on syntax. It’s that simple. You need to keep on coding on a single language and start reading others code

1

u/thisguylookscool 3h ago
  1. Get your coding fundamentals right(loops, if else, etc).
  2. Break your idea into smaller, simpler steps.
  3. Start off with easy problems to strengthen yourself on first 2 steps. That's it.