SkillAgentSearch skills...

Sorting

:dango: Visualize the process of sorting algorithms simply

Install / Use

/learn @mingrammer/Sorting
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

sorting

travis License: MIT

Visualize the process of sorting algorithms simply

Now it shows just each completed steps, so I'll support the code tracing for visualizing the every steps including swapping later.

example

Run

  1. Clone this repository to your machine
  2. Just python3 sorting.py

Usage commands

There are very few commands.

  • create < length of list > : Create list with given length.
  • mergesort : Sort the list using mergesort algorithm.
  • heapsort : Sort the list using heapsort algorithm.

Supported Sorting Algorithms

  • MergeSort
  • HeapSort
  • QuickSort (not implementd yet)
  • BubbleSort (not implementd yet)
  • InsertionSort (not implementd yet)
  • SelectionSort (not implementd yet)

Contribution

Welcome any contributions of new sorting algorithms

You should just follow the PEP8!

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated3y ago
Forks6

Languages

Python

Security Score

80/100

Audited on Apr 29, 2022

No findings