20: More Array Functions
( \newcommand{\kernel}{\mathrm{null}\,}\)
- 20.1: Finding a Specific Member of an Array
- Finding a specific member of an array means searching the array until the member is found. It's possible that the member does not exist and the programmer must handle that possibility within the logic of his algorithm.
- 20.2: Sorting an Array
- Finding a specific member of an array means searching the array until the member is found. It's possible that the member does not exist and the programmer must handle that possibility within the logic of his algorithm.