What would be the asymptotic time complexity to insert an element at the front of the linked list (head is known)? Q & A › What would be the asymptotic time complexity to insert an element at the front of the linked list (head is known)? -1 Vote Up Vote Down Admin Staff asked 4 years ago What would be the asymptotic time complexity to insert an element at the front of the linked list (head is known)? 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 b) O(n) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...