标签: ocaml
如果给出一个int列表,如何在OCaml中逐个将int列表中的每个元素逐个插入到给定的二进制搜索树中?
答案 0 :(得分:2)
let insert_list = List.fold_left insert_element empty_tree