Java Algorithm Programs

Master fundamental Java concepts with these beginner-friendly programs

Linear Search

A program to implement linear search.

Binary Search (Iterative)

A program to implement binary search using iteration.

Binary Search (Recursive)

A program to implement binary search using recursion.

Bubble Sort

A program to implement bubble sort.

Selection Sort

A program to implement selection sort.

Insertion Sort

A program to implement insertion sort.

Merge Sort

A program to implement merge sort.

Quick Sort

A program to implement quick sort.

Counting Sort

A program to implement counting sort.

Heap Sort

A program to implement heap sort.