Student Reviews
( 5 Of 5 )
1 review
Video of Linked List in C/C++ - Inserting a node at beginning in Data Structures course by mycodeschool channel, video No. 6 free certified online
See complete series on data structures here:
http://www.youtube.com/playlist?listPL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P
In this lesson we will write C program to insert a node at the beginning of a linked list.
Pre-requisites:
Good knowledge of pointers, scope of variables and dynamic memory allocation.
Check this lesson on dynamic memory allocation:
http://www.youtube.com/watch?v_8-ht2AKyH4&listPL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_&index7
See complete series on pointers here:
http://www.youtube.com/playlist?listPL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_
Please drop your questions (if any) in comments. We will be glad to answer.