Algorithms: Binary search
Alex Fourth (contact me)
This class can be used to quickly search for sorted data in large files using the binary search algorithm.
It can search for a given identifier in a file that has lines that contain only the identifier and a value separated by a tab character.
The class uses the binary search algorithm to quickly narrow the search for a given identifier even when the files are very large.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Perfect (100.0%)
| Good (91.7%)
| -
| Perfect (100.0%)
| -
| -
| Sufficient (69.2%)
| 189 |
Click here for detailed information about this class on phpclasses.org