Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3557998

Browse files
authored
Update README.md
1 parent 13dd3a1 commit 3557998

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ This repository contains a Python script designed to generate control flow graph
1010

1111
## Usage:
1212
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.
1516

1617
## Contribution:
1718
Contributions are welcome! If you have suggestions, enhancements, or bug fixes, feel free to submit a pull request.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /