MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized in Data Structures and Algorithms
→
What is the space complexity of a linear queue ha..
1.
What is the space complexity of a linear queue having n elements?
A.
O(n)
B.
O(nlogn)
C.
O(logn)
D.
O(1)
Answer» B. O(nlogn)
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the output of the following Java code?
What is the space complexity of a linear queue having n elements?
What does the following Java code do?
What is the need for a circular queue?
Dequeue
What is the time complexity of enqueue operation?
What is the term for inserting into a full queue known as?
In a circular queue, how do you increment the rear end of the queue?
Which of the following properties is associated with a queue?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply