Frage im Vorstellungsgespräch bei Huawei Technologies

Implemet three functions which manipulate a binary tree: void insert(node **root, int val) node *delete(node *root, int val) void print(node *root)