Skip to content

Commit

Permalink
fix(intro): add sequence diagram suggestion into intro programming
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Aug 31, 2023
1 parent cd460c6 commit 5182e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses/intro/01-introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ looks like this:
> By using a combination of these symbols and notations, you can create a clear and concise flowchart that effectively communicates the steps involved in a process or system. [Reference](https://chat.openai.com/)
I suggest using the tool [Code2Flow](https://code2flow.com/) to write pseudocode and see the flowchart drawn in real
time. But you can draw them on [Diagrams](https://diagrams.net).
time. But you can draw them on [Diagrams](https://diagrams.net). If you are into sequence diagrams, I suggest using [sequencediagram.org](https://sequencediagram.org/).

# Practice
Try to think ahead the problem definition by questioning yourself before expressing the algorithm as pseudocode or
Expand Down

0 comments on commit 5182e5d

Please sign in to comment.