Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
About Lesson

Advantages of Algorithm

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

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

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

4- यह किसी समस्या को step by step solve करता है।

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

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

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

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

 

Advantages of Algorithms:

  1. It is a step-wise representation of a solution to a given problem, which makes it easy to understand.
  2. An algorithm uses a definite procedure.
  3. It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge.
  4. Every step in an algorithm has its own logical sequence so it is easy to debug.
  5. By using algorithm, the problem is broken down into smaller pieces or steps hence, it is easier for programmer to convert it into an actual program.
error: Content is protected !!