Find the Running Median

  • + 2 comments

    I used a binary search tree to read in the list of numbers. Then I am traversing itusing inorder traversal. Sounds fine!! But it times out on test cases 4 and above. Can anyone tell me the mistake?