An open API service indexing awesome lists of open source software.

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

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

![demo](demo.png)