What would be the asymptotic time complexity to insert an element at the second position in the linked list? Q & A › Category: Data Structure › What would be the asymptotic time complexity to insert an element at the second position in the linked list? 0 Vote Up Vote Down Admin Staff asked 4 years ago What would be the asymptotic time complexity to insert an element at the second position in the linked list? a) O(1) b) O(n) c) O(n2) d) O(n3) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) O(1) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...