recursive
adjective
UK/rɪˈkɜː.sɪv/
US/rɪˈkɝː.sɪv/
Definitions of recursive adjective
- mathematics(數學)
characterized by the repeated application of a procedure or definition, often in a self-referential manner, to achieve a specific outcome or effect.
遞迴的;反覆的
The function uses a recursive method to calculate factorials.
該函數使用遞迴方法來計算階乘。
Recursive algorithms are widely used in computer science to solve complex problems.
遞迴演算法在電腦科學中被廣泛用於解決複雜問題。
The design pattern exhibits a recursive structure, with each part containing similar sub-parts.
這種設計模式展現了遞迴結構,每個部分都包含相似的子部分。