A little help

I started working on Data Structures few weeks back and have solved 45 easy and 5 medium difficulty questions related to array and linked list as of now. Even though I can think of a possible way to solve the problem, it is often very complicated and requires a lot of pointers when I code it whereas in the solutions I see only a couple of pointers were sufficient. How can I improve on this? (I use python)

Comments (0)