Uploaded May 2014 | Updated September 2026, 2 weeks ago
In this lesson, we have solved a famous programming interview question - finding merge point of two linked list. We have written a C++ implementation.
See source code here:
gist.github.com/mycodeschool/5bc53cb87905f95e12b3
See series on linked list here:
youtube.com/watch?v=NobHlGUjV3g&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=4
See series on time complexity here:
youtube.com/watch?v=V42FBiohc6c&list=PL2_aWCzGMAwI9HK8YPVBjElbLbI3ufctn&index=2
About sets:
cplusplus.com/reference/set/set
You may also like/follow us on Facebook/Twitter:
facebook.com/MyCodeSchool
twitter.com/mycodeschool
In this lesson, we have solved a famous programming interview question - finding merge point of two linked list. We have written a C++ implementation.
See source code here:
gist.github.com/mycodeschool/5bc53cb87905f95e12b3
See series on linked list here:
youtube.com/watch?v=NobHlGUjV3g&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=4
See series on time complexity here:
youtube.com/watch?v=V42FBiohc6c&list=PL2_aWCzGMAwI9HK8YPVBjElbLbI3ufctn&index=2
About sets:
cplusplus.com/reference/set/set
You may also like/follow us on Facebook/Twitter:
facebook.com/MyCodeSchool
twitter.com/mycodeschool










