Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout de "Union-Find" (Unit-trouve) #312

Open
wants to merge 1 commit into
base: tronc
Choose a base branch
from

Conversation

gasche
Copy link

@gasche gasche commented Feb 2, 2023

Union-find https://fr.wikipedia.org/wiki/Union-find est une structure de donnée qui implémente efficacement deux opérations, "unit" (union) et "trouve" (find).

Usages:

  • l'algorithme unit-trouve
  • on résoud ce problème en utilisant unit-trouve
  • mon contexte contient un unit-trouve pour les égalités entres types

(Selon les usages "unit-trouve" désigné l'algorithme, la structure de donnée, ou une instance de la structure (comme on dit "un tableau", "une liste", etc.)

Union-find <https://fr.wikipedia.org/wiki/Union-find> est une
structure de donnée qui implémente efficacement deux opérations,
"unit" (union) et "trouve" (find).

Usages:
- l'algorithme unit-trouve
- on résoud ce problème en utilisant unit-trouve
- mon contexte contient un unit-trouve pour les égalités entres types

(Selon les usages "unit-trouve" désigné l'algorithme, la structure de
donnée, ou une instance de la structure (comme on dit "un tableau",
"une liste", etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant