April 2018
Beginner to intermediate
426 pages
10h 19m
English
Now, let's talk about searching algorithms. If we take a look at the algorithms we implemented in previous chapters, such as the search method of the BinarySearchTree class (Chapter 10, Trees) or the indexOf method of the LinkedList class (Chapter 6, Linked Lists), these are all search algorithms, and of course, each one was implemented according to the behavior of its data structure. So we are already familiar with two search algorithms; we just do not know their "official" names yet!