Incorrect Implementation of a Steque in Java
m implementing a steque in Java, which is meant to combine the properties of both a stack and a queue. My implementation aims to support operations like push, pop, enqueue and dequeue.
m implementing a steque in Java, which is meant to combine the properties of both a stack and a queue. My implementation aims to support operations like push, pop, enqueue and dequeue.