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:
- Host: GitHub
- URL: https://github.com/eddex/interactive-binary-search
- Owner: eddex
- License: mit
- Created: 2020-09-25T12:15:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T09:28:31.000Z (over 5 years ago)
- Last Synced: 2025-04-29T20:56:20.711Z (about 1 year ago)
- Topics: binary-search, godot, wasm
- Language: GDScript
- Homepage: https://eddex.github.io/interactive-binary-search/
- Size: 6.57 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/

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