Linked list using stl

in the videos of linked list have you used stl functions or not??

No khushi, only standard template libraries are used for stack and queues, for linked list, separate functions for insertion, deletion are created in the lectures.