• Stars
    star
    6
  • Rank 2,539,024 (Top 51 %)
  • Language
    Java
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Control Flow Graph (CFG) is a graph representation of a program, where statements are represented by nodes and statement dependency or jumps are represented by directed edges. This project is going to develop a program that will take a source code file in C as input and implement and generate its Control Flow Graph.