Data-Structures-Algorithms icon indicating copy to clipboard operation
Data-Structures-Algorithms copied to clipboard

Bubble Sort.cpp

Open Ruchi-nitd opened this issue 5 years ago • 0 comments

Submission Checklist

  • [+] Your pull request targets the master branch of the repository.
  • [+] You have only one commit (if not, squash them into one commit).
  • [+] You have read the Contributing guidelines and your changes follow them.

Type of Change

  • [+] Bug fix
  • [+] New implementation

PR Description

Sorting: Bubble Sort (C++)

  1. Added a program in c++ to implement bubble sort on an array
  2. Changed the extension for existing bubble sort program from bubblesort.cpp to bubblesort.c as the earlier program was written in C.

Issue #3

Ruchi-nitd avatar Oct 11 '19 18:10 Ruchi-nitd