In the previous post I discussed about java.util.Queue interface in Java and the operations that can be performed on it. This post provides queue implementation using an array, a diagrammatic representation of queue using array, code implementation. It also discusses the time and space complexity of the code implemented, problems with the current approach andContinue reading “Implementing Queue using array in Java”