Recurse
Translation of "recurse" into Russian
recurse
VerbUK
/rɪˈkɜːs/
US
/rɪˈkɜrs/
recurse
recurses
recursed Past Simple / Past Participle
recursing Gerund
рекурсировать
The function will recurse until it reaches the base case.
Функция будет рекурсировать, пока не достигнет базового случая.
Definitions
recurse
VerbUK
/rɪˈkɜːs/
US
/rɪˈkɜrs/
To apply a procedure or rule repeatedly, often in a self-referential manner.
The function will recurse until it reaches the base case.
To perform recursion on (a data set, structure, or problem), typically by repeatedly applying the same procedure to its sub-parts.
The backup script recurses the directory tree, copying every file it finds.