Skip to content

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.

Notifications You must be signed in to change notification settings

bsse11/TestCaseGenerator

 
 

Repository files navigation

CFG

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 aims to develop a program that will take a source code file in C as input and implement and generate its Control Flow Graph.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%