I have been read about basics data structures and algorithms for arrays and matrices. I have also also done some basic graphs algorithms, as mention in “geeksforgeeks”. Basic array querying using Segment tree is also done.
But I have facing problems on visualising tree queries. Can anyone suggest some tutorials for it and what kind of data structures are required for it?