| |||
recherche séquentielle | |||
recherche linéaire (A simple, though inefficient, search algorithm that operates by sequentially examining each element in a list until the target element is found or the last item has been completely processed. Linear searches are primarily used for very short lists) |