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

Merge Sort

Merge sort is an example of a divide and conquer algorithm, where the problem is broken down into smaller steps.

The concept

The concept

  • If we have two packs of cards, which are both already in order and want to combine them, what can we do?
  • One solution is to only consider the top card of each pile, and create a new deck starting from the smaller of the two cards.
  • This will give us a combined sorted pack.
  • This is called merge sort.
In English

In English

  • Split the lists into lists of size one.
  • Merge each pair of sublists by comparing the first value of each list and putting the smaller value into the new list first.
  • Continue merging until there is only one list.
Pros and cons of merge sort:

Pros and cons of merge sort:

  • Pros:
    • A very efficient algorithm.
  • Cons:
    • Can be slower for small lists.
    • Needs additional memory.

Merge Sort

Merge sort is an example of a divide-and-conquer algorithm, where the problem is broken down into smaller steps.

The concept in the context of cards

The concept in the context of cards

  • If we have two packs of cards, which are both already in order and want to combine them, what can we do?
  • One solution is to only consider the top card of each pile, and create a new deck starting from the smaller of the two cards.
  • This will give us a combined sorted pack.
  • This is called merge sort.
The process

The process

  • Split the lists into lists of size one.
  • Merge each pair of sublists by comparing the first value of each list and putting the smaller value into the new list first.
  • Continue merging until there is only one list.
Pros and cons of merge sort

Pros and cons of merge sort

  • Pros:
    • A very efficient algorithm.
  • Cons:
    • Can be slower for small lists.
    • Needs additional memory.
Jump to other topics
1

Problem Solving

2

Programming

3

Data

4

Computers

5

Communication & The Internet

6

The Bigger Picture

Practice questions on Merge Sort

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

  1. 1
  2. 2
  3. 3
    Merge SortPut in order
  4. 4
  5. 5
Answer all questions on Merge 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