Skip to content

rohanbhatia96/sorting-visualizer-react-native

Repository files navigation

Sorting Visualizer (React Native)

What is the project?

The aim of this project is to understand how different sorting algorithms work. This is a a mobile application built on react-native which visualizes how merge sort and quick sort work.

Features

  1. Programming language: Typescript
  2. Framework: React Native
  3. Algorithms visualized: Merge Sort and Quick Sort

See the app in action (video)

Sorting Visualizer App on Vimeo

App images

Sorting Visualizer - Initial Screen

Sorting Visualizer - Choose Parameters Screen

Sorting Visualizer - Merge Sort Screen

Sorting Visualizer - Quick Sort Screen