https://github.com/isobarbaric/bsearch-tracer
Binary Search Tracer
https://github.com/isobarbaric/bsearch-tracer
algorithm binary-search trace visualizer
Last synced: 3 months ago
JSON representation
Binary Search Tracer
- Host: GitHub
- URL: https://github.com/isobarbaric/bsearch-tracer
- Owner: isobarbaric
- Created: 2022-11-04T23:42:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T02:35:27.000Z (over 1 year ago)
- Last Synced: 2024-08-03T23:52:38.745Z (over 1 year ago)
- Topics: algorithm, binary-search, trace, visualizer
- Language: Python
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BSearch Tracer
## What Is This?
The ``BinarySearch`` module's ``trace`` method tabulates what the binary search algorithm would do given a particular list of numbers and a specified target value.
## Demo
