b0sc / sortRace

Race of Sorting Algorithms
GNU General Public License v3.0
2 stars 2 forks source link

Base for Data Visualization - TUI #1

Open axyut opened 3 weeks ago

axyut commented 3 weeks ago

Each algorithm will be visualized inside a rectangular box. Data example: (5,72,23,51)

Use of Bubble Tea is recommended but using raw TUI is not discouraged either. If raw TUI is used, code should be pluggable and implementing other UIs should be smooth.

axyut commented 3 weeks ago

This issue will further be divided into sub issues when someone volunteers and can lay out the plan on how to do this based on which, simpler issues can be created.