Given an avl tree, in which I have a pointer to the minimum value (integer).
how can I print the smallest m values in O(m) time complexity?<
m
O(m)