sobhanbera / algorithms

Dive into algorithms, data structures, and competitive programming solutions in multiple languages. Active since Hacktoberfest 2020!
https://github.com/sobhanbera
MIT License
28 stars 88 forks source link

Implement Bubble Sort in Golang #223

Open MadhuS-1605 opened 9 months ago

MadhuS-1605 commented 9 months ago

Algorithm/Data Structure: Bubble Sort Programming Language: Golang Difficulty: ⭐️⭐️

Issue Description:

Description: Implement the Bubble Sort algorithm in Golang. Bubble Sort 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 no swaps are needed, indicating that the list is sorted. Your implementation should correctly sort a given slice of integers using the Bubble Sort algorithm.

Sachinsharmak commented 9 months ago

Hi, can you Please Assign this to me

sobhanbera commented 9 months ago

Hello Everyone,

@MadhuS-1605, you opened this issue, do you want to work on this issue or is it ok that I assgin this to @Sachinsharmak?

MadhuS-1605 commented 9 months ago

Hello @sobhanbera , yes I'll work on this. please assign it to me

07-Atharv commented 8 months ago

Pls assign to me

vivek5200 commented 8 months ago

Hey @MadhuS-1605 , I'm excited to contribute to this project by working on the implementation of the Bubble Sort algorithm in Golang. I have experience with sorting algorithms and I'm confident in my Golang skills.

Please let me know if there are any specific guidelines or features you'd like me to focus on. I'll make sure to follow the project structure and coding conventions. Please Assign Me this Issue.