Skip to content

Commit

Permalink
update with image and reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalxkumar committed Apr 19, 2024
1 parent 4f23549 commit cc66143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added src/Learning-C/Misc/assets/flowcharts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/Learning-C/Misc/flowcharts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flowcharts and Diagrams

Flowcharts are a graphical representation of an algorithm. They are used to represent the flow of control in a program. Flowcharts are made up of different symbols that represent different elements of the program. The symbols are connected by arrows to show the flow of control.
Flowcharts are a graphical representation of an algorithm. They are used to represent the flow of control in a program.

The algorithms are:

Expand All @@ -13,6 +13,8 @@ Any structured programming language supports three types of statements (construc
2. Decision-making: Choosing from many alternative paths
3. Repetition/Iteration: Executing one or a group of statements in a loop iteratively

Flowcharts are made up of different symbols that represent different elements of the program. The symbols are connected by arrows to show the flow of control.

| Symbol | Purpose | Description |
| ----------------------- | --------------------------- | ---------------------------------------------------------------- |
| Arrow symbol | Flow Line | Indicates the flow of logic by connecting symbols |
Expand All @@ -24,4 +26,4 @@ Any structured programming language supports three types of statements (construc
| Circle Downward Pointed | Off page connector | Used to connect the flowchart on a different page |
| Margined Rectangle | redefined Process/ Function | Represents a group of statements performing one processing task. |


![alt text](./assets/flowcharts.png)

0 comments on commit cc66143

Please sign in to comment.