Algorithm & Flowchart ((Table of contents) 1. Introduction to Algorithm 1.1 Advantages of Algorithms 1.2 Steps...
Introduction to Algorithm:- Algorithm (एल्गोरिद्म) किसी समस्या (Problem) को हल करने के लिए दिए गए क्रमबद्ध...
Advantages of Algorithms / एल्गोरिथ्म के लाभ :- Problem को समझना आसान होता है / It is easy to understand the prob...
Steps for Problem Solving:- 1. Problem Analysis / समस्या का विश्लेषण Problem को समझना और input तथा output की पहच...
Introduction to Flowcharts / फ्लोचार्ट का परिचय :- Flowchart किसी प्रक्रिया (process) या algorithm को symbols और arrows...
Terminal (Start/Stop) Symbol :- Terminal (Start/Stop) फ्लोचार्ट का पहला और अंतिम प्रतीक (Symbol) होता है। इसका...
Input/Output Symbol (इनपुट/आउटपुट सिंबल) :- Input/Output (I/O) Symbol का उपयोग फ्लोचार्ट में डेटा को इनपुट (Input) कर...
Process Symbol (प्रोसेस सिंबल) :- Process Symbol फ्लोचार्ट का सबसे अधिक उपयोग किया जाने वाला प्रतीक (Symbol) है। इसका...
Decision Symbol (डिसीजन सिंबल) :- Decision Symbol का उपयोग फ्लोचार्ट में निर्णय (Decision), शर्त (Condition) या तुलना...
Flow Line / Arrow (फ्लो लाइन / तीर चिन्ह) :- Flow Line (Arrow) फ्लोचार्ट में विभिन्न Symbols को आपस में जोड़ने (Conne...
Connector Symbol (कनेक्टर सिंबल) :- Connector Symbol का उपयोग फ्लोचार्ट में दो Flow Lines या फ्लोचार्ट के विभिन्न भाग...
Predefined Process Symbol or Subroutine(प्रीडिफाइंड प्रोसेस सिंबल) :- Predefined Process Symbol का उपयोग फ्लोचा...
Basic Algorithm Structures (एल्गोरिथ्म की मूल संरचनाएँ) :- Basic Algorithm Structures वे मूल संरचनाएँ (Fundamental Stru...
Sequential Processing (क्रमिक प्रसंस्करण) :- Sequential Processing एल्गोरिथ्म (Algorithm) की सबसे सरल संरचना (Structu...
Decision-Based Processing (निर्णय आधारित प्रसंस्करण) :- Decision-Based Processing (निर्णय आधारित प्रसंस्करण) वह प्रक्रि...
Iterative / Loop Processing (पुनरावृत्त / लूप प्रसंस्करण) :- Iterative / Loop Processing वह प्रक्रिया है जिसमें किसी का...
Process of Creating a Flowchart from a Question :- किसी भी Question को सीधे Flowchart में नहीं बदला जाता। सबसे पहले Que...
Exchange Values of Two Variables (दो Variables के Values को Exchange करना ):- Question:- Write an algorithm and flowcha...
Summation of a Set of Numbers (संख्याओं के समूह का योग ):- Question:- Write an algorithm and flowchart to find the sum...
Decimal to Binary Conversion (दशमलव से बाइनरी रूपांतरण ) :- Question - Write an algorithm and flowchart to convert a d...
Reverse Digits of an Integer किसी Integer के Digits को Reverse करना Question Write an algorithm and flowchart to reve...
GCD (Greatest Common Divisor) of Two Numbers :- Question Write an algorithm and flowchart to find th...
Test Whether a Number is Prime (किसी Number के Prime होने की जाँच करना) :- Question:- Write an algorithm and flowchart...
Factorial of a Number :- Question:- Write an algorithm and flowchart to find the factorial of a give...
Fibonacci Sequence Generation :- Question:- Write an algorithm and flowchart to generate the Fibonacci sequence up to...
Evaluate sin x Using Series Expansion :- Question - Write an algorithm and flowchart to evaluate sin x using series ex...
Array Processing Algorithms (ऐरे प्रोसेसिंग एल्गोरिदम) :- Array (ऐरे) समान (Same) Data Type के कई Elements का एक समूह (...
Reverse Order of Elements of an Array (ऐरे के तत्वों को उल्टे क्रम में व्यवस्थित करना) Question - Write an algorithm to...
Find the Largest Number in an Array (ऐरे में सबसे बड़ी संख्या ज्ञात करना) :- Question - Write an algorithm and flowcha...
Finding the smallest number in an array :-
Sum of Elements of an Array :-
Matrix Processing Algorithms (मैट्रिक्स प्रोसेसिंग एल्गोरिदम) :- Matrix (मैट्रिक्स) समान Data Type के Elements का एक Tw...
Print Elements of Upper Triangular Matrix (Upper Triangular Matrix के Elements को प्रदर्शित करना) :- Quetion- Write an...