えいたんごクイズ

recursively

/rɪˈkɜrsɪvli/
adverb

再帰的さいきてき

解説 Definition

処理が自分自身を繰り返し呼び出す方式で行われること。プログラミングや数学で使われる概念。

Recursively means in a repeated way where the same rule or process is applied again and again to smaller parts of the same thing. This word is often used in mathematics and computer programming.

覚え方のコツ Memory Tip

`recursive + -ly` で「再帰的なやり方で」。`recur` を知っていれば、「いったん進んでまた戻る」感覚から思い出しやすいです。特にプログラミングでは `recursively call a function` や `defined recursively` の形で見かけ、「処理が自分自身に戻ってくる」絵を持つと定着します。`iteratively` が単純なループ反復なのに対し、`recursively` は self-call と base case を伴うのが核です。

See `recursive + -ly`: it means "in a recursive way." To remember it, picture something that comes back to itself, especially in programming: a function that calls itself. Compare it with `iteratively`, which repeats in a loop instead of returning to itself.

例文

The algorithm recursively divides the dataset until each subset contains a single element.

そのアルゴリズムは各部分集合が単一の要素を含むまで再帰的にデータセットを分割する。

The function calls itself recursively to traverse the entire directory tree.

その関数はディレクトリツリー全体を走査するために再帰的に自分自身を呼び出す。

Fractals are generated recursively, with each iteration adding finer levels of detail.

フラクタルは再帰的に生成され、各反復でより細かいレベルの詳細が追加される。

recursively の類義語・関連語

recursively の語源・成り立ち Etymology

recursively はラテン語 recurrere「走って戻る」に由来し、re-「再び・後ろへ」+ currere「走る」+ -ive + -ly と分けられます。recurcurrent も同じ curr- を含み、処理が自分へ戻ってくる感覚が「再帰的に」です。

Recursively comes from recursive, based on recur, from Latin recurrere, meaning "to run back" or "return." Its parts are re- "back, again" and currere "to run," with the English endings -ive and -ly added later. The sense developed into something that returns to itself, especially in logic, math, and computing; current and recur share the same Latin root.

外部辞書で調べる

この単語をシェア

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