What is the worst case time complexity of inserting an element into the sorted array? Q & A › Category: Data Structure › What is the worst case time complexity of inserting an element into the sorted array? 0 Vote Up Vote Down Admin Staff asked 4 years ago What is the worst case time complexity of inserting an element into the sorted array? a) O(nlogn) b) O(logn) c) O(n) d) O(n2) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago c) O(n) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...