**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Find Median of Large File (External Sort)** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Bucket/value-range frequency binary search
**Edge Cases to Consider:**
- (1) All same values
- (2) Even vs odd count
- (3) Values at int boundaries