All Projects → vineet192 → Sorting-Visualiser

vineet192 / Sorting-Visualiser

Licence: other
A mobile application that visualizes various sorting algorithms such as Bubble sort, selection sort, quick sort etc. The sorting process is visualized as the rearrangement of vertical lines of different lengths from shortest to tallest.

Programming Languages

dart
5743 projects
swift
15916 projects
kotlin
9241 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Sorting-Visualiser

Sorting-Visualizer
📊 Sorting.Visualizer is a web app for visualizing a bunch of different sorting algorithms Like Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort With the functionality of (Speed Control) and (Array Size Control)...
Stars: ✭ 37 (+15.63%)
Mutual labels:  bubble-sort, insertion-sort, sorting-algorithms, selection-sort, sorting-visualization
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-31.25%)
Mutual labels:  mobile-app, ios-application
Sorting-Algorithms
sorting algorithms in python
Stars: ✭ 15 (-53.12%)
Mutual labels:  insertion-sort, sorting-algorithms
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+50265.63%)
Mutual labels:  bubble-sort, sorting-algorithms
random-users-details
Random Users details in flutter from randomusers api
Stars: ✭ 14 (-56.25%)
Mutual labels:  mobile-app, ios-application
stablesort
Stable sort algorithms and their stability proofs in Coq
Stars: ✭ 19 (-40.62%)
Mutual labels:  insertion-sort, sorting-algorithms
Python Algorithms
Code for various YouTube video lessons + extras
Stars: ✭ 26 (-18.75%)
Mutual labels:  bubble-sort, insertion-sort
Google-Playstore-Dataset
Google PlayStore App dataset. (2.3 million App Data) and 24 attributes
Stars: ✭ 27 (-15.62%)
Mutual labels:  mobile-app
sorting-visualizer
A cool sorting visualizer where you can edit the algorithms
Stars: ✭ 47 (+46.88%)
Mutual labels:  sorting-visualization
Algorithms-Java
A collection of common algorithms and data structures implemented in Java.
Stars: ✭ 141 (+340.63%)
Mutual labels:  sorting-algorithms
AlgorithmVisualizer
A better visualization of different algorithms made with React
Stars: ✭ 123 (+284.38%)
Mutual labels:  sorting-algorithms
lemmur
🐒 A mobile client for lemmy
Stars: ✭ 228 (+612.5%)
Mutual labels:  mobile-app
Curso-Kotlin
Curso sobre a linguagem kotlin para desenvolvimento de aplicativos android.
Stars: ✭ 26 (-18.75%)
Mutual labels:  mobile-app
ideabag2
Idea Bag 2 provides programmers of all proficiency levels ideas for pet projects to work on when they are looking to increase their proficiency in a particular programming language.
Stars: ✭ 51 (+59.38%)
Mutual labels:  mobile-app
algorithms
The All ▲lgorithms documentation website.
Stars: ✭ 114 (+256.25%)
Mutual labels:  sorting-algorithms
Prototype.Forms.Controls
This sample app contains a random mixture of Xamarin/Xamarin.Forms controls, views, and functionality snippets that I've created.
Stars: ✭ 21 (-34.37%)
Mutual labels:  mobile-app
algocasts-sorting-algorithms
AlgoCasts 排序算法专题
Stars: ✭ 27 (-15.62%)
Mutual labels:  sorting-algorithms
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+343.75%)
Mutual labels:  mobile-app
chuck
Lightweight proxy for REST API mocking and run integration test on mobile devices
Stars: ✭ 17 (-46.87%)
Mutual labels:  mobile-app
react-native-animated-radio-button
Fully customizable animated radio button for React Native
Stars: ✭ 25 (-21.87%)
Mutual labels:  mobile-app

Sorting Visualiser

This is a simple sorting visualisation app built using the flutter framework. The user can select sorting algorithms like Bubble sort, Selection sort, Insertion sort, Quick sort etc. to be visualised using an array of vertically drawn lines on the screen.

Currently 7 sorting algorithms namely bubble sort, selection sort, Insertion sort, quick sort, merge sort, heap sort and gnome sort have been implemented.

Steps to run

  • Install Git and the Flutter sdk.
  • Copy the url provided in the clone or download button above.
  • Navigate to a directory of your choice and run 'git clone THE_COPIED URL'.
  • Plug in your phone via usb (Make sure usb debugging is turned on) or install an android emulator of your choice and have it running.
  • run command 'flutter run'

    Screens


  • Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].