Tower of Hanoi in Python
Offered By: Great Learning via YouTube
Course Description
Overview
Explore the Tower of Hanoi problem in this 44-minute video tutorial, focusing on its implementation using Python and dynamic programming concepts. Learn about solving the puzzle for 3, 4, and n disks, understand the recursive approach, and dive into Python code examples. Discover the complexity analysis of the Tower of Hanoi algorithm and gain insights into applying programming techniques to mathematical puzzles and games. Perfect for computer science enthusiasts and those interested in enhancing their problem-solving skills through practical programming applications.
Syllabus
Agenda for Tower of Hanoi.
Tower of Hanoi Introduction.
Tower of Hanoi for n Disks.
Tower of Hanoi for 3 Disks.
Tower of Hanoi for 4 Disks.
Tower of Hanoi using recursion.
Tower of Hanoi in Python - Codes.
Complexity Analysis of Tower of Hanoi.
Summary.
Taught by
Great Learning
Related Courses
程序设计实习 / Practice on ProgrammingPeking University via Coursera 程序设计基础
Peking University via edX 算法基础
Peking University via Coursera Principles of Computing (Part 2)
Rice University via Coursera 算法设计与分析 Design and Analysis of Algorithms
Peking University via Coursera