Skip to content

Opening book details…

About this document

5 - Searching (Linear and Binary) - Tagged by alisami4sa is a document available to read on EtoBox.

The document discusses searching techniques, focusing on linear and binary searches. Linear search can be applied to both sorted and unsorted data, while binary search is efficient for sorted data, operating in O(log n) time. The document provides examples and implementations of both search algorithms.

Author
alisami4sa
Language
EN