What are the prerequisites before attempting data structure problems? (Apart from knowing the basics of a language) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

3rd Aug 2017, 7:03 PM
Priya R
2 Answers
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.
4th Aug 2017, 2:04 PM
Gurpreet Singh
Gurpreet Singh - avatar
0
thanks for the reply!
8th Aug 2017, 12:45 PM
Priya R