Important Notice:

Course Content
Algorithm & Flowchart Content
0/1
Algorithms & Flowchart to Solve Problems (Chapter-2) M3-R5.1
About Lesson

Advantages of Algorithm

1- Algorithm को समझना आसान होता है।

2- यह किसी समस्या को सुलझाने में मदद करता है।

3- एल्गोरिथ्म को real प्रोग्राम में convert करना आसान होता है।

4- यह किसी problem को step by step सुलझाता है।

5- यह किसी प्रोग्रामिंग लैंग्वेज पर depend (निर्भर) नहीं होता।

6- इसमें debugging करना आसान होता है।

7- एल्गोरिथम की मदद से हम बड़ी problems को छोटी problems में विभाजित कर सकते हैं।

8- यह प्रोग्राम के ब्लूप्रिंट की तरह कार्य करता है इसलिए प्रोग्राम को लिखना बहुत आसान हो जाता है।

 

Advantages of Algorithm

  • It is easy to understand.
  • An algorithm is a step-wise representation of a solution to a given problem.
  • In an Algorithm the problem is broken down into smaller pieces or steps hence, it is easier for the programmer to convert it into an actual program.
error: Content is protected !!