Comments on: Tree Data Structure in Python https://www.pythonforbeginners.com/data-structures/tree-data-structure-in-python Learn By Example Wed, 26 Jul 2023 12:54:56 +0000 hourly 1 https://wordpress.org/?v=5.8.12 By: Paul https://www.pythonforbeginners.com/data-structures/tree-data-structure-in-python#comment-127632356 Wed, 26 Jul 2023 12:54:56 +0000 https://www.pythonforbeginners.com/?p=9244#comment-127632356 Hi

You start the tutorial with “A simple binary tree can be depicted as seen in the following figure.” This figure shows a node with 3 children ( node 20). But then under the heading

What is a Binary Tree in Python?

you state “A binary tree is a tree data structure in which each node can have a maximum of 2 children” …?

]]>