What is the space complexity of a linear queue having n elements? Q & A › Category: Data Structure › What is the space complexity of a linear queue having n elements? 0 Vote Up Vote Down Admin Staff asked 4 years ago What is the space complexity of a linear queue having n elements? a) O(n) b) O(nlogn) c) O(logn) d) O(1) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers -1 Vote Up Vote Down Admin Staff answered 4 years ago a) O(n) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...