Skip to content

sudojalen/c-array-command-line-sorting-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Program - Command-Line Bubble Sort

This C program demonstrates the use of command-line arguments to perform bubble sort on a list of integers. The program includes a simple bubble sort implementation and checks for correct usage.

Usage

To use this program, follow the instructions below:

  1. Compile the Program:
    gcc main.c bubbleSort.c utility.c -o sortProgram

./sortProgram [A|D] n1 n2 ... n31 n32

About

Practice with C arrays, command-line arguments and sorting data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages