Navigate and manipulate hierarchical and relational data using tree and graph structures.
Build a Binary Search Tree that inserts a list of random integers, then write a function that prints them in sorted order using in-order traversal.