The Tower of Hanoi (Recursive Formula and Proof by Induction)
This is the first video in the "Discrete Mathematics" series. We will cover how to create a recursive formula for the Tower of Hanoi issue. After we've found it, I'll show how to find a closed formula and proof it with the help of induction.
ā° Timeline 00:00 Explanations 00:40 Finding recursive formula 05:46 Creating closed formula 07:39 Proof by induction
š¢ Recursive formula T(n) = 2 * T(n) + 1 T(1) = 1
š¢ Closed formula T(n) = 2^n - 1
š All Discrete Mathematics Exercises https://www.youtube.com/playlist?list=PLY9Po-aXYcD6LdOzLeBhcHIShPwCQNeSD
š All Linear Algebra Exercises https://www.youtube.com/playlist?list=PLY9Po-aXYcD5BnL_9CcYy421JLvwn9XHH
š¼ļø Thumbnail icon credits Pyramid icon made by Freepik from www.flaticon.com ... https://www.youtube.com/watch?v=boS4N1_TLBk
12669680 Bytes