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:
https://gist.github.com/mycodeschool/...
See series on linked list here:
• Introduction to linked list
See series on time complexity here:
• Time complexity of a computer program
About sets:
http://www.cplusplus.com/reference/se...
You may also like/follow us on Facebook/Twitter:
/ mycodeschool
/ mycodeschool