Skip to content

rajjitlai/python-sorting-methods-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Python Sorting Methods: Array Visualizations

A comprehensive collection of fundamental sorting algorithms implemented in Python. This repository provides clean, readable, and educational implementations of various sorting techniques to help developers understand data structures and algorithmic efficiency.

Sorting Demo

πŸ“‹ Table of Contents

✨ About the Project

Sorting is a fundamental concept in computer science. This project serves as a practical guide to implementing classic sorting algorithms in Python. Originally conceived in 2022 and refined for professional standards in 2026, it offers a hands-on approach to learning how arrays are manipulated and organized.

πŸ› οΈ Implemented Algorithms

The following sorting methods are currently available:

  1. Bubble Sort: A simple comparison-based algorithm that repeatedly steps through the list.
  2. Insertion Sort: Builds the final sorted array one item at a time.
  3. Merge Sort: An efficient, stable, divide-and-conquer algorithm.
  4. Selection Sort: An in-place comparison sorting algorithm that divides the input into two parts: sorted and unsorted.

πŸš€ Getting Started

Prerequisites

  • Python 3.x installed on your machine.

Installation

  1. Clone the repository:
    git clone https://github.com/rajjitlai/python-sorting-methods-array.git
  2. Navigate to the desired algorithm directory:
    cd bubble-sort
  3. Run the script:
    python bubSort.py

πŸ“„ License

Distributed under the MIT License. See LICENSE for more information.

Copyright Β© 2026 Rajjit Laishram. All rights reserved. Originally created in 2022.

πŸ™ Acknowledgments

  • Inspired by classic computer science curricula.
  • Developed for educational purposes and algorithmic exploration.

Made with ❀️ for the Developer Community

About

How to sort arrays using python program. Watch on YouTube, link below πŸ‘‡πŸΌ

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages