Merge Sort
Divide and Concurer, recursively divide the input array into smaller subarrays
Learn More
Queue
First-In-First-Out (FIFO) data structure for sequential processing.
Learn More
Two Pointer
Technique using two pointers to solve array-based problems efficiently.
Learn More