----Continuing my DSA practice using Java.---- Today I worked on the “Relative Sort Array” problem. The task was to sort one array based on the order defined by another array. Instead of using a ...