Skip to main content

Data Structure Programs

Stack, queue, linked list and binary search implementations.

1
data structure programs

Simple Queue Example in Java

Simple Queue explained in Java, with a complete example program, its sample output, and a clear code walkthrough.

2
data structure programs

Queue Example in Java

Queue explained in Java, with a complete example program, its sample output, and a clear code walkthrough.

3
data structure programs

Queue using Array and Class Example in Java

Queue using Array and Class in Java: a complete example program with source code and sample output, explained step by step.

4
data structure programs

Priority Queue Example in Java

Priority Queue explained in Java, with a complete example program, its sample output, and a clear code walkthrough.

5
data structure programs

Array Deque/dequeue Example in Java

Array Deque/dequeue explained in Java, with a complete example program, its sample output, and a clear code walkthrough.

6
data structure programs

Binary Search Example in Java

A straightforward implementation of binary search is recursive. A Java example with source code and sample output.

7
data structure programs

Binary Search in a Simple Way Example in Java

A straightforward implementation of binary search is recursive. A Java example with source code and sample output.

8
data structure programs

Stack in a Simple Way Example in Java

A Java example program demonstrating Stack in a Simple Way, complete with the source code and expected sample output.

9
data structure programs

Stack using Array and Class Example in Java

A Java example program demonstrating Stack using Array and Class, complete with the source code and expected sample output.

10
data structure programs

Stack using Java Stack Utils Example in Java

Stack using Stack Utils explained in Java, with a complete example program, its sample output, and a clear code walkthrough.

Related Topics

Search tutorials