Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I must implement a queue with 2 stacks (enqueue and dequeue) in O(1) time with amortized analysis in java.

How can i do?

share|improve this question
In Notepad..... – Chuck Norris Jan 16 '12 at 14:26
Is this homework? – Roy Dictus Jan 16 '12 at 14:28
hahahaha...it's an excercise written on my book – mav Jan 16 '12 at 14:49
possible duplicate of How to implement a queue using two stacks? – ruakh Jan 16 '12 at 22:21

closed as not a real question by Joe Stefanelli, ruakh, Daniel Fischer, Ernest Friedman-Hill, Graviton Jan 17 '12 at 4:26

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.