- 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.
- python
- 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:
git clone :-๐
https://github.com/your-username/random-short.git
Compile the program using your preferred C.
- gcc random_short.c -o random_short
Run the program: ./random_short
- 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.
- If you find a bug or have a feature request, please open an issue on GitHub.
- Pull requests are also welcome.
- Random Short is released under the MIT License. See LICENSE for details.