What is the time complexity to count the number of elements in the linked list? Q & A › Category: Data Structure › What is the time complexity to count the number of elements in the linked list? 0 Vote Up Vote Down Admin Staff asked 4 years ago What is the time complexity to count the number of elements in the linked list? a) O(1) b) O(n) c) O(logn) d) O(n2) 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...