The exercise 12.2.2 illustrates the concept of search and then asks to implement search-sorted.It says that search-sorted takes the advantage that the list is sorted. My question is then what&#39;s the difference between search and search-sorted. Because  for both we can check for the first and do recursion on the rest of the list?<br>
<br><br>Thanks,<br>Aditya<br>