What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?

🎲 Try a Random Question  |  Total Questions in Quiz: 31  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Data Structures (DS) Practice Test: Linear Data Structures - List — practice the complete quiz, review flashcards, or try a random question.


What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?