Queue implementation in java
Java
3
Posts
3
Posters
0
Views
1
Watching
-
- Shortest way of creation of Queue object and use push and pop methods. 2) Can the queue handle 50,000 thousand string elements in it?
-
- Shortest way of creation of Queue object and use push and pop methods. 2) Can the queue handle 50,000 thousand string elements in it?
Look at several Queue implementations in Java at Professor Sedgewick's site[^].