You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,9 @@ This repository contains a Python script designed to generate control flow graph
10
10
11
11
## Usage:
12
12
1. Input your source code into the provided Python script.
13
-
2. Run the script to generate the control flow graph.
14
-
3. View and analyze the graph to understand the program's execution flow and decision points.
13
+
2. Adjust the nodes and connections in the script to accurately represent the control flow of your specific program. Note: The provided code example demonstrates the control flow for a simple comparison program and may require modifications for other programs.
14
+
3. Run the script to generate the control flow graph.
15
+
4. View and analyze the graph to understand the program's execution flow and decision points.
15
16
16
17
## Contribution:
17
18
Contributions are welcome! If you have suggestions, enhancements, or bug fixes, feel free to submit a pull request.
0 commit comments