Important Notice:

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

Algorithm

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

Algorithm:-

          Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming language.

An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that conduct specified actions step by step in either hardware- or software-based routines.

Algorithms are widely used throughout all areas of IT. In mathematics and computer science, an algorithm usually refers to a small procedure that solves a recurrent problem. Algorithms are also used as specifications for performing data processing and play a major role in automated systems.

error: Content is protected !!