mahmoud_arafa's blog

By mahmoud_arafa, history, 4 years ago, In English

I don't like solving data structures problems because of (pointers); Working with pointers for me is somehow not easy and straightforward. Operations like inserting, deleting and modifying node pointers is disgusting for me, yet I like data structures as a concept and having information about variants is exciting.

On the other hand, competitive programming problems is interesting and coding-wise very simpler than data structures. The problem is dealing with data structures coding is necessary for interviews.

Please share your thoughts about how someone can like dealing with pointers and DS problems.

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Geeksforgeeks and Leetcode have excellent articles on these thing with good practice problems.