/randomsort

The random sort of list in python.

Primary LanguagePython

Random Short ๐Ÿ˜ฑ:-

A Simple python Program ๐Ÿงฉ for Shorting:-๐Ÿฆˆ

  • Random Short is a simple program written in python that can sort an array of integers using the Bubble Sort algorithm.
  • This program is designed to be a quick and easy solution for sorting small arrays of integers.


Requirements:-๐Ÿงพ

  • python

Getting Started:-๐Ÿƒ

  • To get started with Random Short, you'll need to have a C compiler installed on your computer.
  • Random Short has been tested with GCC and Clang, but it should work with any C compiler that supports the C99 standard.

Clone the repository to your:

local machine:-๐Ÿ“บ

git clone :-๐Ÿ“
https://github.com/your-username/random-short.git

Compile the program using your preferred C.


compiler:-๐Ÿ–ฅ๏ธ

  • gcc random_short.c -o random_short Run the program: ./random_short

Usage:-๐Ÿ‘ฉโ€๐Ÿ’ป

  • Random Short takes an array of integers as input, sorts them using the Bubble Sort algorithm, and outputs the sorted array to the console.
  • To use Random Short, simply modify the main() function in the random_short.c file to include your own array of integers, then compile and run the program as described in the ๐Ÿƒ Getting Started section.

Contributing:-๐Ÿ‘ฌ

  • If you find a bug or have a feature request, please open an issue on GitHub.
  • Pull requests are also welcome.

License:-๐Ÿ“™

  • Random Short is released under the MIT License. See LICENSE for details.