AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.51k stars 520 forks source link

Update bubble_sort.c #161

Closed tyadav4268 closed 3 years ago

tyadav4268 commented 3 years ago

reduced number of iterations on finding that there is no swap required that means the array is already sorted.

This pull request is:

This pull request fixes:

Changes: