1. Standard template library is very important to clear IT Product companies
(FAANGM - Facebook, Amazon, Apple, Netflix, Google, Microsoft...)
2. In detailed analysis on forward_list STL (C++ 11 Feature). Difference between list and forward_list is list internally uses double linked list where as forward_list used single linked list. In list we can push element at first or last.
Where as in forward_list we can push at starting.
3. Once this video is completely watched all API's related to forward_list will be learnt.
4.We recommend you people to pause the video write in the notes, execute on the machine to get high confidence.