えいたんごクイズ
recursive(再帰的な・形容詞)の覚え方イラスト

recursive

/rɪˈkɝsɪv/
暗記モードで復習 →

adjective

再帰的さいきてき

解説 Definition

何かが自分自身を含む形で繰り返すことや、自分自身を参照して定義されることを指す。コンピュータ科学では関数やアルゴリズムが自分自身を呼び出す手続きや構造を指す。

Recursive means involving a process in which something refers to itself or repeats in a similar way. It is common in mathematics, computer science, and logic. This is a technical word often used for definitions, functions, or patterns.

覚え方のコツ Memory Tip

まず recur「繰り返し起こる」を知っていると入りやすく、recursive はそこに -ive が付いて「そういう性質をもつ」。ただし単なる repeat ではなく、「自分自身を参照しながら進む」のが核心です。recursive function, recursive call, recursive definition の形でよく見ます。iterative は手順を順に反復する感じ、recursive は一段内側に同じ形が入れ子になる感じ、と対比すると定着しやすいです。

Start from recur, which gives the idea of happening again. Recursive is more specific than simple repetition: it points to something that refers back to itself. Remember it with recursive function or recursive call, and contrast it with iterative, which repeats step by step instead.

例文

A recursive function calls itself with modified parameters.

再帰関数は引数を変えて自身を呼び出します。

The recursive algorithm efficiently solved the problem.

再帰的なアルゴリズムは問題を効率的に解決しました。

Understanding recursive structures is essential for advanced programming.

再帰的な構造を理解することは高度なプログラミングに不可欠です。

recursive の類義語・関連語

recursive の語源・成り立ち Etymology

recursive はラテン語 recurrere「走って戻る」に由来し、re-「再び・後ろへ」+currere「走る」+-ive から成る。recurcurrent と同じ curr- を含み、『自分のところへ戻ってくる動き』が再帰の意味をきれいに支えている。

Recursive comes from Latin recurrere, meaning "to run back" or "return," from re- "back, again" and currere "to run," with the ending -ive. The central image is of movement that goes back to its starting point. In English, that idea developed into the sense of something turning back on itself. Related words include recur, current, and course.

同じレベルの英単語をもっと

外部辞書で調べる

この単語をシェア

この単語を英単語クイズで覚えよう