[Solved] Strange Median Contest Problem
![[Solved] Strange Median Contest Problem [Solved] Strange Median Contest Problem](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Strange-Median-Contest-Problem.png)
Strange Median!: You are given a binary search tree. You task is to find the median of sub tree of Kth smallest node of the tree. Input Format:The first line of input contains T denoting the number of testcases. T testcases follow.…