Swift 3 Fun Algorithms: Recursive Search through Binary Tree

Profile Picture
- Published on Feb 3, 2017馃審 Public

Recursion and implementing a recursive algorithm to perform search is pretty fun once you understand how the algorithm works. In today's lesson we'll go through a very commonly asked interview question of perform a search through a binary tree to find if a value is contained in the set of numbers. At the very end of the video, we'll compare the efficiencies of this recursive search with a very basic index search that comes out of the box with Swift. Enjoy. Facebook Group https://www.facebook.com/groups/12406... iOS Basic Training Course https://www.letsbuildthatapp.com/basi... Completed Source Code https://www.letsbuildthatapp.com/cour... Follow me on Twitter: https://twitter.com/buildthatapp