How would you approach coding problems when the interview starts with easier questions and then escalates in difficulty?
Implement a function that maps each difficulty level to the recommended problem-solving approach. Input is a list containing Easy, Medium, or Hard; output is a list of matching strategy descriptions in the same order.
Function signature: def interview_strategy(difficulties):
def interview_strategy(difficulties):