This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* SAE 2.02 - Exploration algorithmique d’un problème
* Prtie 1 / Exercice 3
* Extrait code C
*/
#define NAME_MAX_LEN 40
#define NB_PTS_CARACT_MAX 10
typedefstructpointCaracteristique{
charnom[NAME_MAX_LEN];
structpointCaracteristique**tPtsCaract;
intnbPtsCaract;
}PointCaracteristique,*Rue;
PointCaracteristique*reseau[NB_PTS_CARACT_MAX];
// BUT: Savoir si B est directement accessible depuis A