0
What are the prerequisites before attempting data structure problems? (Apart from knowing the basics of a language)
Any suggestions regarding how to approach data structures, online content and what to do when you are stuck on a specific problem are welcome!
2 Réponses
0
You will need to understand what the various types of data structures e.g. tree, linked list, stack. How to insert, delete and retrieve data from these data structures i.e. LIFO, FIFO etc.
0
thanks for the reply!