A traveler visits a region with mountains. He carries with him the list of summits and their height. He wants to know which mountains will be visible from its initial point. To help him, we will write a Python program to compute them. To make it simpler, we will assume the following hypothesis:
For this project, you have to write a Python program surname.py which takes as an input a file containing the heights of the summits. As a result, your program will print, for each summit, 0 if it is not visible, 1 otherwise. Your application should produce the exact output given as example bellow
The code of the project, using multiprocessing, should be sent to fabrice.huet@univ-cotedazur.fr Friday, the 27th of March.