Skip to content
#

tri-selection

Here is 1 public repository matching this topic...

Le tri par sélection est un algorithme de tri simple et intuitif qui organise les éléments d'un tableau dans un ordre croissant ou décroissant. Son principe fondamental est de diviser mentalement le tableau en deux parties : une partie triée qui s'agrandit à chaque itération, et une partie non triée qui diminue.

  • Updated Nov 4, 2025
  • Python

Improve this page

Add a description, image, and links to the tri-selection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tri-selection topic, visit your repo's landing page and select "manage topics."

Learn more