#
#Assume you’re in a space station close to an asteroid belt. In this particular asteroid belt there are N asteroids of varying sizes (no two asteroids have the same size). All of the asteroids move at the same speed, but their direction is either towards you or away from you.
#When two asteroids collide, the larger asteroid completely destroys the smaller asteroid and continues moving in the same direction. Your task is to write a function to find the number of asteroids that will hit your space station.
#Your function will be given a list of Asteroid objects with .mass and .direction properties. .mass will be between 1 and Integer.MAX_VA