**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Car Fleet** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Sort by position, compute time-to-reach, stack merge
**Edge Cases to Consider:**
- (1) Single car
- (2) All same speed
- (3) Car behind faster but too far