In this series of lessons, we will study and implement data structures. We will be implementing these data structures in c or c++. Pre-requisite for this lesson is good understanding of pointers in C. Watch this series on pointers before starting on this series: http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_
Pointers is one concept that does not go well with beginners. In this series of videos, we will try to demystify pointers.