@param root, start, end: The root of segment tree and an segment / interval @return: The maximum number in the interval [start, end]
(SegmentTreeNode root, int start, int end)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected