Queries to find the count of shortest paths in a Tree that contains a given edge
Given a tree with N vertices numbered from 0 to N â 1, M edges, and Q queries of the form {U, V}, such that there is a direct edge between U and V in the tree. The task for each query is to find all possible shortest paths between any possible unordered pair of vertices from the given tree which con