CultureEssayProgrammingSearch EngineUncorrected

Recursion

  • When searching for something on Google, if the input contains typos or expressions that are not common, you will see the phrase “Did you mean: ○○.”

    再帰


    However, only the word recursion is different.
    Google で検索をするとき、入力したものにスペルミスや一般的でない表現が含まれると「もしかして: ○○」と表示されることがあります。

    Although you enter the word correctly, “Did you mean: recursion” will be displayed.
    しかし、「再帰」という単語だけは例外です。

    Also, even if you click the link, the same phrase “Did you mean: recursion” will appear again.
    正しく入力しても、「もしかして: 再帰」と表示されてしまいます。

    “Recursion” is a word that means a reference to itself, and it is often used in programming.
    そしてそのリンクを踏んでも、再び「もしかして: 再帰」と表示されます。

    That is, we are able to experience the recursion by searching for recursion on Google.
    「再帰」は、自分自身への参照を意味する単語で、よくプログラミングに使用されます。

    Original sentence