gdsc-ipsacademy / Competitive_Programming

Dive into algorithms, data structures, and competitive programming solutions in hacktoberfest 2023! Don't forget to give a star ;)
MIT License
10 stars 19 forks source link

Add Bubble sort algorithm #10

Closed haki-user closed 1 year ago

Pr0-C0der commented 1 year ago

Hey, can you assign it to me? And do you want code or description of bubble sort? Also, where should I add it?

haki-user commented 1 year ago

Hey, can you assign it to me? And do you want code or description of bubble sort? Also, where should I add it?

refer this: https://github.com/gdsc-ipsacademy/Competitive_Programming/tree/main/algorithms/binary-search

haki-user commented 1 year ago

Hey, can you assign it to me? And do you want code or description of bubble sort? Also, where should I add it?

If possible add both code and description, put them in algorithms/bubble-sort

Kedap commented 1 year ago

Can I be in charge only of putting the code in python?

edit: I'm somewhat new to algorithms, I welcome any suggestions about my code (#21) :p

haki-user commented 1 year ago

Can I be in charge only of putting the code in python?

edit: I'm somewhat new to algorithms, I welcome any suggestions about my code (#21) :p

Your code seems correct, I have merged your PR. If possible add documentation too.

deepak039543 commented 1 year ago

Hey @haki-user brother ,could you please assign this issue to me? I will write this algorithm in CPP.