Content deleted Content added
m robot Modifying: fr:Algorithme des nœuds chapeaux |
+SVG |
||
Line 11:
==Principle==
The calendar is stored as a [[binary tree]] where leafs represent elementary time periods. Other nodes represent the period of time covered by all their descendants.
<center>[[Image:AlgoRayroleArbre.
<center>''Example of a 7-hour calendar (with elementary periods of one hour)''</center>
Line 20:
and
* it is the root node, or at least one descendant of the parent node is outside of the reservation period of time.
<center>[[Image:AlgoRayroleResa.
<center>''Top-nodes for a reservation from 1:00 to 5:59''</center>
|