📄️ Sorted Array
This technique uses an efficient way to find a certain element in a sorted array, linked list, or matrix.
📄️ Implicitly Sorted Array
This technique uses an efficient way to find a certain element in a implicitly sorted array, linked list, or matrix.