What would be the asymptotic time complexity to find an element in the linked list? Q & A › Category: Data Structure › What would be the asymptotic time complexity to find an element in the linked list? 0 Vote Up Vote Down Admin Staff asked 4 years ago What would be the asymptotic time complexity to find an element in the linked list? a) O(1) b) O(n) c) O(n2) d) O(n4) 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...