Question: Please give your answer in OCaml Suppose we define the binary tree data type as follows: ( begin{array}{l} text { type 'a binary_tree }=

Please give your answer in OCaml Suppose we define the binary treePlease give your answer in OCaml

Suppose we define the binary tree data type as follows: \( \begin{array}{l} \text { type 'a binary_tree }= \\ \text { | Empty } \\ \text { | Node of 'a } * \text { 'a binary_tree * 'a binary_tree; } ;\end{array} \) a) Write a function called num_of_leaves to count the number of leaves in a binary tree. b) Write a function called get_all_leaves to collect all the leaves in a list

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!