Skip to content

frothywater/quick-sort-visualize

Repository files navigation

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.