Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Sort-Visualizer

Terminal visualizer for sorting algorithms featuring 8-bit color rendering through a responsive TUI.

Available Algorithms

Algorithm Average Case Worst Case Space Complexity
Quick Sort $O(n \log n)$ $O(n^2)$ $O(\log n)$
Merge Sort $O(n \log n)$ $O(n \log n)$ $O(n)$
Heap Sort $O(n \log n)$ $O(n \log n)$ $O(1)$
Radix Sort $O(nk)$ $O(nk)$ $O(n + k)$
Shell Sort $O(n \log^2 n)$ $O(n^2)$ $O(1)$
Insertion Sort $O(n^2)$ $O(n^2)$ $O(1)$
Selection Sort $O(n^2)$ $O(n^2)$ $O(1)$
Bubble Sort $O(n^2)$ $O(n^2)$ $O(1)$

About

Terminal visualizer for sorting algorithms with 8-bit color rendering.

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /