Creating a link list by adding nodes at rear end(appending)
Published: 02 October 2020 on channel: Riyaz Jamadar
162
9
#createlinklist #addingnodeatrearend #timecomplexity
This video discusses creation of a linked list by adding nodes at rear end.
It uses a special algorithm , through which the time complexity becomes O(n). It also explains the code by dry run.