k-kashapov / compilers_cheats

Soulless algorithms for solving compilers course tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dominators

Finds dominators, immediate dominators, dominatory frontiers

Dependencies Installation

  • To work with graps: pip install networkx

  • For pretty graph plots: sudo apt-get install graphviz graphviz-dev pip install pygraphviz

About

Soulless algorithms for solving compilers course tests


Languages

Language:Python 100.0%