search_points library
Support for performing various search algorithms.
This library includes implementations of common search algorithms such as Linear Search, Binary Search, and Jump Search. It is designed to provide easy-to-use methods for searching through lists of integers.
Classes
- SearchPoints
- A class that contains various search algorithms.