Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 682 Bytes

File metadata and controls

38 lines (23 loc) · 682 Bytes

Sortui

img

This is a self-learning project of visualizing sorting algorithms with terminal user interface(tui). This application is written in Rust and tui-rs framework. I really enjoy building something on terminal because I am a terminal user.

Build

cargo build --bin sortui

Run

cargo run --bin sortui

Usage

s: select sorting algorithms

Enter: start auto sorting

Space: when no auto sorting, this perform next step in sorting algorithm

r: shuffle data

j: subtract data length

k: add data length

h: subtract auto sorting tick time

l: add auto sorting tick time