Severity: Warning
Message: fopen(/home/solutionspile.com/public_html/system/sessions/ci_session6iiq1hdnei5d9g8ruv558kshnn5npoi6): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/solutionspile.com/public_html/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/solutionspile.com/public_html/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/solutionspile.com/public_html/index.php
Line: 367
Function: require_once
Refer to following Exercise for the definition of a full binary tree.
Exercise : In Example 3.22, we gave a recursive definition of a binary tree. Suppose we modify this definition by deleting part B1, so that an empty tree is not a binary tree. A tree satisfying this revised definition is called a full binary tree.
now please answer the following questions:
(a) Use structural induction to prove that a full binary tree has an odd number of nodes.
(b) Prove that a full binary tree has an even number of edges.