Algo_ds_101: Bubble_Sort in Go, Swift, C# and Ruby

Created on 9 Oct 2020  路  8Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Bubble Sort

Submission Type
Algorithm

Submission Description
It is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted.

Submission Directory
algo_ds_101 => Algorithms => Sorting_Algorithms => Bubble_Sort => Bubble_Sort.extension

Contributors

  • [x] Golang -
  • [x] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [x] C# -
Hacktoberfest New Submssion first timer good first issue php swift

All 8 comments

I can write the Python, Java, and JavaScript ones.

Never mind they are done already.

hii, can you please assign this issue for c?
Thank you

Can i go for bubble sort in C? @ahampriyanshu @mhalsubhi

may I do bubble sort in Golang?

@ahampriyanshu @mhalsubhi can you assigned me for C#

Can i write Ruby solution?

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  5Comments

Sushantrimurti picture Sushantrimurti  路  5Comments

Nirali0029 picture Nirali0029  路  4Comments

Nirali0029 picture Nirali0029  路  4Comments

ahampriyanshu picture ahampriyanshu  路  5Comments