AVL Binary Tree Study about AVL trees for Algorithms and Data Structures I (2023.1) Usage: Program accepts some operations: I: insert node. R: remove node. P: print tree. F: free tree.