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 Insertion Sort Algorithm using C #29

Closed mdfarmansayeed closed 2 weeks ago

mdfarmansayeed commented 4 weeks ago

🔖 Feature Description

Insertion Sort Algorithm Insertion sort is a simple sorting algorithm that works by iteratively inserting each element of an unsorted list into its correct position in a sorted portion of the list. It is like sorting playing cards in your hands. You split the cards into two groups: the sorted cards and the unsorted cards. Then, you pick a card from the unsorted group and put it in the right place in the sorted group.

📈 Benefits

🛠️ Suggested Implementation (Optional)

No response

📷 Screenshots

No response

✔️ Checklist

📝 Additional Notes (Optional)

pls assign this issue to me

mdfarmansayeed commented 3 weeks ago

@sudo-parnab pls merge the PR