Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Article : Insertion Sort #1073

Merged
merged 5 commits into from
Jun 2, 2016
Merged

Conversation

jainaman224
Copy link
Contributor

@koustuvsinha koustuvsinha self-assigned this Jun 1, 2016
@koustuvsinha koustuvsinha changed the title added insertion-sort.md Article : Insertion Sort Jun 1, 2016
@koustuvsinha
Copy link
Member

Change the name of the file :

- insertion-sort.md
+ Algorithms-Insertion-Sort.md

@ghost ghost self-assigned this Jun 1, 2016
@@ -0,0 +1,113 @@
# Insertion Sort

Insertion sort is a [comparision based sorting](https://en.wikipedia.org/wiki/Comparison_sort). A sorting algorithm is comparison based, if it uses comparison operators (such as `less than` and `greated than`) to find the order between two numbers.
Copy link

Choose a reason for hiding this comment

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

comparision based sorting comparison based sorting

@koustuvsinha
Copy link
Member

LGTM 👍

Lets 📦 :shipit:

@Rafase282
Copy link
Member

Rafase282 commented Jun 2, 2016

LGTM 👍

Make sure to select squash when merging.

@alayek
Copy link
Member

alayek commented Jun 2, 2016

LGTM 👍

Let's :shipit: 📦

@alayek alayek merged commit c14b027 into freeCodeCamp:master Jun 2, 2016
@BerkeleyTrue BerkeleyTrue removed the QA label Jun 2, 2016
@alayek alayek mentioned this pull request Jun 2, 2016
26 tasks
@jainaman224 jainaman224 deleted the insertion-sort branch June 2, 2016 14:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants