Flooding algorithm: Difference between revisions
Appearance
Content deleted Content added
Importing Wikidata short description: "Class of algorithms" (Shortdesc helper) |
Updated categories |
||
Line 17: | Line 17: | ||
[[Category: |
[[Category:Flooding algorithms]] |
||
[[Category:Routing algorithms]] |
Revision as of 18:25, 16 January 2022
A flooding algorithm is an algorithm for distributing material to every part of a graph. The name derives from the concept of inundation by a flood.
Flooding algorithms are used in computer networking and graphics. Flooding algorithms are also useful for solving many mathematical problems, including maze problems and many problems in graph theory.
See also
- Flooding (computer networking)
- Water retention on mathematical surfaces
- Flood fill
- Spanning tree
- Spanning Tree Protocol