Recursed

/rɪˈkɝːst/

पुनरावर्ती रूप से स्वयं को कॉल किया; फिर से लौटा/दोहराया (भूतकाल)

Origin & History

From Latin “recurrere” (“to run back, return”), via Medieval/Modern Latin “recurs-”, later used in English and specialized in mathematics and computer science as “recurse” (20th century).

लैटिन “recurrere” (अर्थ: “वापस दौड़ना/लौटना”) से, मध्य/आधुनिक लैटिन “recurs-” के माध्यम से; बाद में अंग्रेज़ी में और विशेष रूप से गणित व कंप्यूटर विज्ञान में “recurse” (20वीं सदी) के रूप में प्रचलित।

Definition

In general use, “recursed” means returned again to an earlier point or repeated a step; in computing, it means a function called itself (directly or indirectly) as part of a recursive process.

सामान्य प्रयोग में “recursed” का अर्थ है किसी पहले के बिंदु पर फिर से लौटना या किसी चरण को दोहराना; कंप्यूटिंग में इसका अर्थ है कि किसी फ़ंक्शन ने पुनरावर्ती प्रक्रिया के हिस्से के रूप में स्वयं को (सीधे या परोक्ष रूप से) कॉल किया।

Parts of Speech

Verb (past tense, past participle):
The algorithm recursed until it reached the base case.
एल्गोरिथ्म ने बेस केस तक पहुँचने तक पुनरावर्ती कॉल की।

Usage Examples

The function recursed twice before returning a value.
After failing the first attempt, she recursed to the original plan and tried again.
The bug appeared because the code recursed without a stopping condition.
The procedure recursed through the folder tree to list all files.

Synonyms

Returned Reverted Repeated Iterated Called itself Looped (loosely)

Related Forms

Noun
Adjective
Adverb

Idioms & Phrases

Recurse down (a directory/tree)
(डायरेक्टरी/ट्री में) पुनरावर्ती रूप से नीचे की ओर जाना/खोज करना
Recurse until the base case
बेस केस तक पुनरावर्ती रूप से चलना