Realization of stack and Binary Search Tree in Python
Inlcudes simplest functions such as push n, pop, clear, back, size and exit.
Includes functions such as fill, insert, delete, find, print in order, print pre order, print post order. Also includes interaction console realization.