Data Structured63_q4a_leaves_count
Leaves Count
eea69c6a-112e-4166-abef-642414a3206e.cppC++
1// Loading code...Selected Submission
0 / 100
0s
KB
Tree
Time Comp.
O(N)
Space Comp.
O(H)
Readability
7/10
"The code implements a recursive function to count the leaves in a Binary Search Tree (BST). The core data structure is a tree, and recursion is the primary algorithmic technique used."
History
| Attempt | Points | Time ↓ |
|---|---|---|
| Try #2 | 0 | 11/16/2024 |
| Try #1 | 100 | 11/16/2024 |