ƒDSA Explorer

Algorithms

Seven strategies for getting an answer. Each one runs server-side on your input and returns the full trace, so you can step through the decisions it made.

Sorting first buys you the right to discard half the data per comparison. Ten elements resolve in about three steps instead of five.

backend/src/demos/binary_search.rs
loading source…

This is the exact function the server ran — served straight from the compiled binary.

not run yet