Algorithms and Its Design.
If you dont know "What is The Algorithm ?"
click HERE 👈
DESIGN :-
How to write a Algorithm
ONE Example Very Simple
Design like this Example
Steps by steps
- Start
- Take a and b
- Now Set a=a+b
- Set b=a-b
- Set a=a-b
- print a
- End
Let's Put The Values:
{
a=10,b=15
a=10+15 (a=25)
b=25-15 (b=10)
a=25-10 (a=15)
a=15
}
That's all
Algorithms and Its Design
Reviewed by Cyber...X...Soul
on
November 02, 2021
Rating:
No comments: