Skip to content

Latest commit

 

History

History
executable file
·
28 lines (18 loc) · 738 Bytes

File metadata and controls

executable file
·
28 lines (18 loc) · 738 Bytes

SortViz

Insertion sort visualization

Build

Checkout 'develop' branch.

Open XCode workspace file and build.

All dependencies are checked in.

To build on device configure code signing, plug the device and run.

Requirements

iOS 10+

XCode 8.3+

Usage

App loads prefilled with randomly generated data. You can use green buttons to go step by step forward and backwards through the sorting process. 'Play' button runs sorting automatically.

Use input field to load your data or button to the right to load random values.

Segmented control options allows you to start with sorted data, sorted in reverse order or random ordering.

Screenshot

Screenshot