What is Flooding Algorithm?
Overview of Flooding Algorithms
Flooding algorithms are algorithms used to distribute material to every part of a graph.
The name "flooding" derives from the concept of inundation by a flood.
Types of Flooding Algorithms
Jump Flooding Algorithm
The Jump Flooding Algorithm is an algorithm for running on GPU that can quickly propagate a pixel's value.
Sequence Number Controlled Flooding (SNCF)
SNCF is one of the two popular algorithms for controlled flooding.
Reverse Path Forwarding (RPF)
RPF is the other popular algorithm for controlled flooding.
Flood Fill
Flood fill, also called seed fill, is a flooding algorithm that determines and alters the area connected to a given node in a multi-dimensional array with some matching.
Flood Algorithm (FLA)
FLA is a novel meta-heuristic optimization algorithm that draws inspiration from the intricate movement and flow patterns of water.
Comments