Test your knowledge with free interactive questions on Seneca — used by over 10 million students.

Insertion Sort

Insertion sort is a simple sorting algorithm, which is very intuitive.

The concept

The concept

  • Imagine sorting a deck of cards.
  • Hold the deck of cards in one hand, and place a single card down on the desk.
  • Take a card from the top of the deck in your hand, and put it in the correct place in the other deck.
  • Repeat until all the cards are gone.
In English

In English

  • Take the second card:
    • Compare to the first card, swap if needed.
  • Take the third card:
    • Compare to second card, swap if needed.
    • Compare to first card, swap if needed.
  • Take the fourth card:
    • Compare to all previous cards.
  • Repeat for all cards.
Pros and cons of insertion sort

Pros and cons of insertion sort

  • Pros:
    • Easy to implement.
    • Little memory used.
  • Cons:
    • Not very efficient.
Jump to other topics
1

Computational Thinking & Algorithms

2

Programming

3

Hardware & Software

4

Data

5

The Internet

6

Online Safety & Security

Practice questions on Insertion Sort

Can you answer these? Test yourself with free interactive practice on Seneca — used by over 10 million students.

  1. 1
  2. 2
Answer all questions on Insertion Sort

Unlock your full potential with Seneca Premium

  • Unlimited access to 10,000+ open-ended exam questions

  • Mini-mock exams based on your study history

  • Unlock 800+ premium courses & e-books

Get started with Seneca Premium