Breadcrumbs Section. Click here to navigate to respective pages.
Chapter

Chapter
Sorting and Searching
DOI link for Sorting and Searching
Sorting and Searching book
Sorting and Searching
DOI link for Sorting and Searching
Sorting and Searching book
ByMark C. Lewis, Lisa Lacher
BookIntroduction to Programming and Problem-Solving Using Scala
Click here to navigate to parent product.
Edition 2nd Edition
First Published 2016
Imprint Chapman and Hall/CRC
Pages 36
eBook ISBN 9781315382609
ABSTRACT
Some of the most fundamental things that we do on computers are to order data according to certain values and to search through data for various things. These activities are known as sorting and searching, respectively. Due to their importance in solving many different types of problems, a lot of work has gone into doing them as quickly and efficiently as possible. In this chapter we will start your exploration of the topics by working through some of the simpler approaches.