Student Reviews
( 5 Of 5 )
1 review
Video of Linked List in C/C++ - Insert a node at nth position in Data Structures course by mycodeschool channel, video No. 7 free certified online
See complete series on linked list here:
http://www.youtube.com/watch?vNobHlGUjV3g&listPL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index3
In this lesson, we have written a C program to insert a node at any given position in a linked list. We have also shown a simulation of program execution in memory explaining what goes in stack section of memory and what goes in heap.
Additional Resources:
Lesson on Dynamic Memory location:
https://www.youtube.com/watch?v_8-ht2AKyH4&listPL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_&index7
Series on pointers in C/C++:
https://www.youtube.com/playlist?listPL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_
Feel free to drop you questions, suggestions and feedback in comments.