ASL STEM Logo

ASL STEM

Max Loops Sign Video

No video uploaded yet.

Definition

A max loop searches through all the elements looking for an element that is the most among all the elements according to some metric.

Source: Reges & Stepp, 2007

Example

Example sentence for context: "The max-loop differs from the search-loop since the max-loop must look at every element, while the search-loop can exit as soon as it finds a match."