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 14 forks source link

Feature Request: Implement Selection Sort Algorithm using C #28

Closed mdfarmansayeed closed 2 weeks ago

mdfarmansayeed commented 4 weeks ago

🔖 Feature Description

Selection Sort Selection Sort is a comparison-based sorting algorithm. It sorts an array by repeatedly selecting the smallest (or largest) element from the unsorted portion and swapping it with the first unsorted element. This process continues until the entire array is sorted.

📈 Benefits

🛠️ Suggested Implementation (Optional)

No response

📷 Screenshots

No response

✔️ Checklist

📝 Additional Notes (Optional)

pls assign this issue to me

mdfarmansayeed commented 2 weeks ago

@sudo-parnab pls merge this with hacktoberfest related labels

sudo-parnab commented 2 weeks ago

@sudo-parnab pls merge this with hacktoberfest related labels

already done