22: Searching and Sorting Algorithms
( \newcommand{\kernel}{\mathrm{null}\,}\)
- 22.1: Activity 1 - Searching Algorithm
- This activity involves studying the searching process and how to write algorithms that can find a particular given item from a list of given items. The activity of searching will dedicate itself to providing the answer of a presence or no presence of the searched item. The section will dedicate itself to introducing the sequential and binary types of search.
- 22.2: Activity 2 - Sorting Algorithm
- This activity involves studying the sorting process and how to write algorithms that can order particular items in a list to be in given order. The activity of sorting ensures items in a given list are arranged in a desired order, say ascending or descending. The section involves studying insertion sort, shell sort, and quicksort algorithms.