Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 641 Bytes

File metadata and controls

11 lines (7 loc) · 641 Bytes

Quick Sort Visualization

Screenshot

A simple Next.js-based single page app for quick sort visualization. Demo can be accessed here.

  • pages: Overall document structure and state management.
  • components: Custom components to support visualization such as number bars.
  • api: Underlying logic code. quickSortHistory.ts to sort the generated numbers and corresponding history for visualization.

CSS in JS is supported by emotion. Several classic components are implemented with material-ui.