rekursiivne
Rekursiivne is an adjective used to describe processes, definitions or structures that refer to themselves or are defined in terms of their own previous state. In many disciplines it denotes a self-referential or self-similar pattern that unfolds by repeating a similar operation on smaller or simpler instances.
In mathematics and computer science rekursiivne often refers to recursive definitions and recursive algorithms. A recursive
In linguistics, rekursiivne describes recursive structures where phrases are embedded within phrases of the same type,
A practical caveat is that poorly designed recursion can lead to infinite recursion and program crashes, hence