Giter Club home page Giter Club logo

svcsa's Introduction

Static Visualiser for Comparison Sorting Algorithms

Overview

Static Visualiser for Comparison Sorting Algorithms (SVCSA for short) is exactly what the name sugests, a tool for visualizing comparison sorting algorithms.
A static visualisation of a sorting algorithm is a graphic (see the examples below) of the states a vector goes through when it is being sorted by a specific algorithm.

Instalation

In order to use SVCSA make sure you have a version of python 3.x installed and Pillow.

To Do:

I intend to add a GIF animation option for the SortAnimator class.

Examples

Here are some examples for the currently implemented sorting algorithms:
Note that MergeSort is a modified version that I made in order to make it a comparison sorting algorithm, the running time is O(N^2).

  1. BubbleSort:

BubbleSort


  1. SelectionSort:

SelectionSort


  1. InsertionSort:

InsertionSort


  1. MergeSort:

MergeSort


  1. QuickSort:

QuickSort


  1. HeapSort:

HeapSort


  1. ShellSort:

ShellSort


  1. CombSort:

CombSort


More to be added soon!
If you want to help implementing more sorting algorithms I left a note at the end of the sorting algorithm library that tells you the format of the functions.

svcsa's People

Contributors

gabitulba avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.