👉 In computer science, frontality refers to a property of algorithms or data structures that is fundamental for their performance and efficiency. Specifically:
1.
Input-Output Properties
: Algorithms are said to be "frontal" if they always produce output in an order that corresponds to the input (i.e., one step at a time). This means that each step in the algorithm produces a piece of information, which is then processed by the next step.
2.
Transitivity
: In other words,