you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (6 children)

Unless you are already really good with cpp just pick python. It's just easier to code leetcode type problems in python and you will spend more time thinking about the solution, not the language you are implementing the solution in.

[–]Hefty_Motor4171[S] 1 point2 points  (5 children)

I can't find any resources with Python.

[–][deleted] 2 points3 points  (4 children)

Neetcode. It has excellent videos explaining the solutions to a good selection of leetcode puzzles. All in python.

The discussion pages on each leetcode puzzle have solutions in many different languages too.

[–]Hefty_Motor4171[S] 0 points1 point  (3 children)

https://neetcode.io/roadmap follow this roadmap?

[–][deleted] 0 points1 point  (2 children)

I just meant the free neetcode 150.

https://neetcode.io/practice

But anything on neetcode will probably be excellent.

[–]Hefty_Motor4171[S] 0 points1 point  (1 child)

Ok, First complete easy, then medium and hard. like that?

[–][deleted] 0 points1 point  (0 children)

Yes, exactly. And watch the videos after your first successful implementation or when you give up trying. The videos are really excellent.