// Function to return list containing elements of right view of binary tree. The time complexity of the solution is O(n), where 𝑛 is the number of nodes in the binary tree. Reason: Each node is ...