In this post, I'm going to talk about drawing trees and graphs programatically.
I've written several answers on quora regarding recursion where I had to manually draw recursion tree as in Finding Subsets Solution
I'll try to visulise this recursion tree programatically in the second part of this Visualisation...