Sign Up
Sign In
中文
English Fox - English Dictionary
Meaning of
recursion
in English
recursion
us
//ˌrɛkərˈsɪʃən//
uk
//ˌriːkəˈrʊʃən//
#uncommon
Plural
recursion
Definitions
Noun
repeating
a
process
;
returning
to
a
state
The
algorithm
used
recursion
to
solve
the
complex
problem
by
repeating
the
same
steps
.
defining
something
using
itself
(
mathematics
)
The
mathematical
formula
relied
on
recursion
to
define
the
function
in
terms
of
itself
.
a
procedure
calling
itself
(
programming
)
The
programmer
encountered
a
stack
overflow
error
due
to
excessive
recursion
in
the
code
.