Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.27 KB

Sorting Algorithms

jayasinghepumudi08@gmail.com

Description

  • Insertion Sort
  • Selection Sort
  • Bubble Sort

Above sorting techniques are implimented using c. Comments will be usefull to understand the code for the beginners. Output is userfriendly and give clear description to how it happens step by step.

cover

Prerequisites

C compliers-

Installing

Download man file and run it on Dev C++ or any other c compiler.

License

This is licensed under the MIT License - see the License.md file for details

Contribution

When contributing to this repository, please first discuss the change you wish to make via issue or email with the owners of this repository before making a change.

Acknowledgments