Results 1 to 2 of 2
- 04-18-2009, 04:14 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 1
- Rep Power
- 0
array-based implementation question
Array-based implem of a queue that stores the front of the queue at index 0 in the array, the dequeue operation is
a impossible to implement
b has several special cases
c O(n)
dO(n2)
e none of the above
i dont understand this question i dont know what the ans is where do i look for ans for this question.
- 04-18-2009, 05:18 PM #2
It's a multiple choice question asking about the dequeue operation in an array-based queue. The big-O notation refers to time complexity. You look for the answer by paying attention in class, reading your course material and/or asking your tutor for help.
Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
Similar Threads
-
i need an example of JSR179 ((Location based Ser)implementation for CDC based device
By talk_to_vivekmishra in forum CDC and Personal ProfileReplies: 3Last Post: 12-30-2010, 10:07 AM -
Array question
By McChill in forum New To JavaReplies: 5Last Post: 02-20-2009, 02:18 AM -
file/ array question
By mayhewj7 in forum New To JavaReplies: 10Last Post: 02-18-2009, 03:54 PM -
Basic array question
By jigglywiggly in forum New To JavaReplies: 12Last Post: 01-09-2009, 04:44 PM -
implementation of web based auto dialers in java
By p.yramesh in forum Advanced JavaReplies: 0Last Post: 09-30-2008, 10:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks