Marusyk/BinaryTree

Constructs a BinaryTree, copying the contents of the given collection

Marusyk opened this issue · 0 comments

public BinaryTree(IEnumerable<T> collection)