Question
Download Solution PDFA binary search tree in which every non-leaf node has non-empty left and right subtrees is called a strictly binary tree. Such a tree with 19 leaves:
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFFormula:
L = I (n - 1) + 1
where, L = number of leaf nodes
I = number of internal nodes
n = n - ary tree
Explanation:
L = 19
n = 2 (as given tree is strictly binary tree)
19 = I (2 - 1) + 1
I = 18
Number of internal nodes = 18
Number of leaf nodes = 19
Total number of nodes = 18 + 19 = 37
Tips and Trick:
Number of internal node in a binary tree = number leaves - 1 = 19 - 1
Total nodes = number of leaf nodes + internal node = 19 + 18 = 37
Important Point:
Root node is also a internal node.Last updated on Jun 11, 2025
-> The UGC NET Exam Schedule 2025 for June has been released on its official website.
-> Check UPSC Prelims Result 2025, UPSC IFS Result 2025, UPSC Prelims Cutoff 2025, UPSC Prelims Result 2025 Name Wise & Rollno. Wise
-> The UGC NET Application Correction Window 2025 is available from 14th May to 15th May 2025.
-> The UGC NET 2025 online application form submission closed on 12th May 2025.
-> The June 2025 Exam will be conducted from 21st June to 30th June 2025
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.