sudo-parnab / Its-algober

Join our Hacktoberfest initiative and contribute to open-source programming and data structures & algorithms projects. It's a great opportunity for beginners to learn and grow. Let's build a stronger community together.
MIT License
6 stars 8 forks source link

Feature Request: Implement Bubble Sort Algorithm using C #27

Open mdfarmansayeed opened 4 days ago

mdfarmansayeed commented 4 days ago

🔖 Feature Description

Bubble Sort Algorithm

Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order. And here I'll be implementing program for the same in C programming language

📈 Benefits

🛠️ Suggested Implementation (Optional)

Bubble sort method is easy to understand & does not require any additional memory space

📷 Screenshots

No response

✔️ Checklist

📝 Additional Notes (Optional)

pls add hactoberfest related labels & assign this issue to me

github-actions[bot] commented 4 days ago

👋 Thanks @mdfarmansayeed for opening an issue! Our team will review it soon. Stay tuned!

sudo-parnab commented 4 days ago

done