Skip to content

Uses the Bubble Sort technique to arrange numbers entered by user from lowest to highest.

Notifications You must be signed in to change notification settings

Wilveren/Vector-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vector-Sort

C++ Program I wrote for my college course. Asks the user how many numbers they want to sort, then collects each number one at a time and places them into a vector. A function is then called which sorts the numbers from smallest to largest using the Bubble Sort technique, and outputs them.

About

Uses the Bubble Sort technique to arrange numbers entered by user from lowest to highest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages