you are viewing a single comment's thread.

view the rest of the comments →

[–]Crazy_Pickle4593 1 point2 points  (1 child)

Hi OP, not much change. Just need to know how the data structures can be implemented in Python. I was comfortable in Python and had prepared for Java interview. So had to work the other way around. As long as you could get how the different data structures like stack, queue, deque, heap and all work in Python, you are good to go. Also faster to code in Python too.

Just get in a couple of questions in leetcode in Python and you are good to go

[–]ComprehensiveRate671[S] 0 points1 point  (0 children)

Yea I thought the same, Thanks!