Sorting
:dango: Visualize the process of sorting algorithms simply
Install / Use
/learn @mingrammer/SortingREADME
sorting
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.

Run
- Clone this repository to your machine
- 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
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
