Basic Algorithm Structures (एल्गोरिथ्म की मूल संरचनाएँ) :-
Basic Algorithm Structures वे मूल संरचनाएँ (Fundamental Structures) हैं जिनके आधार पर किसी भी Algorithm या Program का निर्माण किया जाता है। ये संरचनाएँ यह निर्धारित करती हैं कि प्रोग्राम के निर्देश (Instructions) किस क्रम में निष्पादित (Execute) होंगे।
किसी भी Algorithm को सरल, व्यवस्थित और समझने योग्य बनाने के लिए मुख्य रूप से तीन प्रकार की संरचनाओं (Structures) का उपयोग किया जाता है—
इन्हीं तीन संरचनाओं की सहायता से छोटे से लेकर बड़े और जटिल (Complex) प्रोग्राम बनाए जाते हैं।

English
Basic Algorithm Structures are the fundamental structures used to design any algorithm or program. They determine the order in which program instructions are executed.
To make an algorithm simple, organized, and easy to understand, three basic structures are mainly used:
Using these three structures, programmers can develop both simple and complex programs.