Icon Créer jeu Créer jeu

Algorithm for linear search

Compléter

Fill in the blanks for an algorithm for a linear search

Téléchargez la version papier pour jouer

Âge recommandé: 14 ans
5 fois fait

Créé par

United Kingdom

Top 10 résultats

Il n'y a toujours pas de résultats pour ce jeu. Soyez le premier à apparaître dans le classement! pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

  1. temps
    but
  1. temps
    but
temps
but
temps
but
game-icon

Completar

Algorithm for linear search

Fill in the blanks for an algorithm for a linear search

James
1

next position list Repeat instructions until Compare linear searched written first

The for performing a search can be as : ?
Take a of data and an item that is being for ( the search item ) ?
steps a - c starting from the item in the list , you find the search item or until the end of the list is reached : ?
the item at the current to the search item ?
If the item at the current position is equal to the search item , then stop searching . ?
Otherwise , go to the item in the list .