Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 673 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 673 Bytes

IO-Bubblesort


This repository is my first try on GitHub as well as my first attempt to code with C++. It was part of a C++ training three months ago.

I have to apologize for every mistake.


This little application takes the input from the console, saves it in an array, sorts the array with a bubblesort algorithm and finally prints the new order as output to the console.

Used OS to code: Ubuntu

Used editor: Kate