Non-recursive
गैर-रिकर्सिव; अप्रत्यावर्ती (रिकर्शन-रहित)
Origin & History
Formed from the prefix non- (“not”) + recursive (from Latin recurrere “to run back, return”; in computing, “recursive” describes self-calling definitions/functions).
non- (“नहीं/विपरीत”) उपसर्ग + recursive (लैटिन recurrere “वापस दौड़ना/लौटना” से; कंप्यूटिंग में “recursive” का अर्थ स्वयं को कॉल करने वाली परिभाषा/फ़ंक्शन)।
Definition
Not involving recursion; a method, function, or definition that does not call or refer to itself, often using loops or iteration instead.
पुनरावर्तन (रिकर्शन) शामिल नहीं; ऐसा तरीका, फ़ंक्शन या परिभाषा जो स्वयं को कॉल/संदर्भित नहीं करता, और अक्सर लूप या इटरेशन का उपयोग करता है।