Skip to content

WesleyCh3n/sortui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Languages