Include the following commonly used dominator algorithms:
- Purdom algorithm
- Iterative algorithm
- Cooper algorithm
- Tarjan algorithm (both simple and sophisticated versions)
- TODO Semi-NCA algorithm
Warning: Just for learning, not intended as a library. I won't maintain it.
I also wrote a blog about dominator (in Chinese): Dominator 讲解及其相关性质的证明
TODO: Give the details of each reference.