recursive_routine
複数:
recursive_routines
意味・定義
2つの辞書から2件の定義
日本語WordNet
1件
名詞
1再帰的ルーチン
a routine that can call itself
AIによる解説
1件
1再帰的ルーチン。プログラミングで、自分自身を呼び出すサブルーチン。ツリー構造の探索、階乗計算、フィボナッチ数列などの実装に使用される。
A programming subroutine that calls itself as part of its execution. Used for problems with naturally recursive structures like tree traversal, factorial calculation, and Fibonacci sequences.
ライセンス: KeyLang Original
例文
この単語を含む例文でタイピング練習ができます
関連語
活用形・派生語などの関連単語