[AVL Tree Class](https://github.com/anorcle/dsa/blob/main/src/AVL.ts) is extended from [BST Class](https://github.com/anorcle/dsa/blob/main/src/BST.ts) similarly create and implement Red Black Tree (`RBT`) Class from `BST`.