Skip to content

Conversation

dorothy184
Copy link

HI . I added readme file for sorting-algorithms folder.

Insertion Sort Algorithm
insertionSort(int arr[], int n)
int i, key, j;
for (i = 1; i < n; i++)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of having code in Readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants