2021 | OriginalPaper | Chapter
Searching, Sorting and Merging
Author : Noel Kalicharan
Published in: Julia - Bit by Bit
Publisher: Springer International Publishing
In this chapter, we will explain the following: How to search a list using sequential search How to sort a list using selection sort How to sort a list using insertion sort How to sort a list of strings How to sort parallel arrays How to search a sorted list using binary search How to merge two sorted lists