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.
forked from SIkderash/CFG
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
bsse11/TestCaseGenerator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- Java 100.0%