Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Competitive Programming
3.3K+ articles
Queue
371+ articles
Data Structures
150+ articles
Java-Queue-Programs
4 posts
Recent Articles
Popular Articles
All nodes between two given levels in Binary Tree
Last Updated: 11 May 2025
Given a binary tree, the task is to print all nodes between two given levels in a binary tree. Print the nodes level-wise, i.e., the nodes for any level should be printed ...
read more
Tree
Java
Queue
Technical Scripter
Data Structures
Technical Scripter 2018
DSA
Java-Queue-Programs
Max Heap in Java
Last Updated: 08 February 2023
A max-heap is a complete binary tree in which the value in each internal node is greater than or equal to the values in the children of that node. Mapping the elements of ...
read more
Java
Heap
Picked
DSA
priority-queue
java-priority-queue
Java-Queue-Programs
Reversing a Queue using another Queue
Last Updated: 11 July 2022
Given a queue. The task is to reverse the queue using another empty queue.Examples:Input: queue[] = {1, 2, 3, 4, 5}Output: 5 4 3 2 1Input: queue[] = {10, 20, 30, 40}Output...
read more
Queue
Competitive Programming
DSA
Data Structures
Java-Queue-Programs
How to Iterate over a Queue in Java?
Last Updated: 25 January 2024
Queue is a concept of Linear Data Structure that follows the concept of FIFO(First In First Out). Queues are majorly used to maintain the order of the elements to which th...
read more
Java
Queue
Java Programs
Picked
Java-Collections
java-queue
Java-Queue-Programs
Java Examples
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !