How can I define a function in SML to split a tree into its i rightmost elements and the rest?

后端 未结 0 1922
太阳男子
太阳男子 2021-02-02 02:44

splitTree : tree * int -> tree * tree Hi, I need to define a SML function so that, given a non-negative number i and a tree t containing at least i elements, the call splitTr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题