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

https://github.com/eddex/interactive-binary-search

Interactive, step-by-step binary search visualization created with Godot :robot:
https://github.com/eddex/interactive-binary-search

binary-search godot wasm

Last synced: about 2 months ago
JSON representation

Interactive, step-by-step binary search visualization created with Godot :robot:

Awesome Lists containing this project

README

          

# interactive binary search

In this repo: A recursive and an iterative implementation of the binary search algorithm in GDScript as well as an interactive, step-by-step visualization of the algorithm.

Try it yourself: https://eddex.github.io/interactive-binary-search/

![](preview.gif)

This project was created using [Godot 3.2.3](https://godotengine.org).