mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 18:32:56 +08:00
Update Queues.java
This commit is contained in:
@ -157,7 +157,7 @@ public class Queues {
|
|||||||
*
|
*
|
||||||
* @param args Command line arguments
|
* @param args Command line arguments
|
||||||
*/
|
*/
|
||||||
public static void main(String args[]) {
|
public static void main(String[] args) {
|
||||||
Queue myQueue = new Queue(4);
|
Queue myQueue = new Queue(4);
|
||||||
myQueue.insert(10);
|
myQueue.insert(10);
|
||||||
myQueue.insert(2);
|
myQueue.insert(2);
|
||||||
|
Reference in New Issue
Block a user