Pradeepsingh61 / DSA_Code

Hacktoberfest 2024 OPEN FIRST Pull Request
https://hacktoberfest.com/
11 stars 50 forks source link

Add insertion sort algorithm in Sorting algorithm folder #100

Open ksvijayan06 opened 4 hours ago

ksvijayan06 commented 4 hours ago

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.

ksvijayan06 commented 4 hours ago

Hi @Pradeepsingh61 can you please assign this issue for me