Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 24
Easy

Sorting and searching are fundamental computational processes.

Complete the table by writing the name of a search algorithm and a sort algorithm that match the given characteristics.

Algorithm typeCharacteristicAlgorithm name
SearchDoes not require the dataset to be ordered
SortRepeatedly splits the dataset into individual sublists, then combines them back in order
[2]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms