codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 163 forks source link

Update bubble_sort.cpp #281

Open lumendesp opened 3 years ago

lumendesp commented 3 years ago

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

Sorry, I don't know about the number.

SHORT DESCRIPTION

Added the option to choose the size of the array, choose the elements and the ordering.

TESTING

  1. Input the SIZE of the array.
  2. Input the elements of the array.
  3. Choose the order to sort.