2021 | OriginalPaper | Buchkapitel
Searching, Sorting and Merging
verfasst von : Noel Kalicharan
Erschienen in: Julia - Bit by Bit
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