Important Notice:

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

Algorithms

  • Algorithm निर्देशों का एक group है जिसके द्वारा किसी विशेष problem (समस्या) को solve किया जाता है।
  • दूसरे शब्दों में कहें तो, “एल्गोरिथम एक प्रक्रिया है जिसके द्वारा प्रोग्रामिंग में आने वाली समस्या का समाधान किया जाता है।”
  • एल्गोरिथम rules (नियमों) का एक समूह होता है जिनका इस्तेमाल step by step किसी काम को पूरा करने में किया जाता है।
  • एल्गोरिथ्म का प्रयोग mathematics और computer science में समस्याओ को सुलझाने के लिए किया जाता है। यह जटिल (complex) कार्यो को करने में सक्ष्म होता है।
  • Algorithm को Flowchart का उपयोग करके प्रस्तुत किया जाता है।
  • एल्गोरिथम का प्रयोग हम किसी भी programming language जैसे कि- C, C++, Java, और Python आदि में कर सकते है।

Algorithms

                        An algorithm is a procedure used for solving a problem or performing a computation.

                        An algorithm is a process or a set of rules required to perform calculations or some other problem-solving operations especially by a computer. The formal definition of an algorithm is that it contains the finite set of instructions which are being carried in a specific order to perform the specific task. It is not the complete program or code; it is just a solution (logic) of a problem, which can be represented either as an informal description using a Flowchart or Pseudocode.

error: Content is protected !!