What are the basic datastructures that we should focus more ? for coding rounds

Can anybody let me know what are the important datastructures on which should we increase our practice and concepts for coding rounds

Based on my recent interview experiences Graphs , trees , trie ( in few cases ) apart from this DP will be one of the most asked topic in any coding round or interviews . Also you should have a good grasp on array, linked list , queue , heap etc…

1 Like

@tushar_coc you can go through this set of problems if you want to learn and practice basic data structures for coding rounds.

1 Like

From basic data structure i.e Arrays and string you should be start…
after solving 30 to 40 problems on each , then you should go for other data structure like linkedlist, stack , queue and so on…