[Python] Python Class - Phone Book Search Algorithm

Trent Robbins robbintt at gmail.com
Mon May 2 19:19:28 UTC 2016


Hi All,

Tonight we will discuss the Phone Book Search Algorithm, also known (much
more intimidatingly) as a binary tree search algorithm.  This is a
recursive search algorithm.  Recursion can be a confusing concept at first.


The lesson is available here
<https://github.com/PyClass/PyClassLessons/blob/master/course/phone-book-search-algorithm.md>.
Feel free to study this ahead of time, there's no harm in peeking.  The
real challenge is understanding how to implement recursion in the first
place.

Another link to the lesson:
https://github.com/PyClass/PyClassLessons/blob/master/course/phone-book-search-algorithm.md

Trent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.noisebridge.net/pipermail/python/attachments/20160502/75c1892a/attachment-0002.html>


More information about the Python mailing list