memrootじしょ
英和翻訳
Data Structure
Binary Search Tree
diffusion of responsibility
progressed
Database
Data Structure
[ˈdeɪtə ˈstrʌktʃər]
データ ストラクチャー
1.
コンピュータプログラムでデータを効率的に格納、整理、処理するための特定の形式や構造。
コンピュータサイエンスやプログラミングにおいて、情報をどのように整理し、コンピュータのメモリに格納するかという方法や形式のことです。データを効率的に追加、削除、検索、操作できるように設計されます。
An
array
is
a
fundamental
data
structure.
(配列は基本的なデータ構造です。)
An array
「配列」という、データを連続的に並べた基本的なデータ構造の一つを指します。
is
「~である」という状態を表します。
a fundamental
「基本的な、根幹となる」という意味の形容詞です。
data structure
コンピュータでデータを組織化するための構造や形式を指す専門用語です。
Linked
lists
are
another
common
data
structure
in
programming.
(リンクリストはプログラミングにおけるもう一つの一般的なデータ構造です。)
Linked lists
「リンクリスト」という、要素がポインタで連結されたデータ構造を指します。
are
「~である」という状態を表します。
another
「もう一つの、別の」という意味です。
common
「一般的な、よく使われる」という意味の形容詞です。
data structure
コンピュータでデータを組織化するための構造や形式を指す専門用語です。
in programming.
「プログラミングにおいて」という意味です。
Choosing
the
right
data
structure
is
crucial
for
algorithm
efficiency.
(適切なデータ構造を選択することは、アルゴリズムの効率にとって極めて重要です。)
Choosing
「選ぶこと」という意味です。
the right
「適切な」という意味です。
data structure
コンピュータでデータを組織化するための構造や形式を指す専門用語です。
is crucial
「極めて重要である」という意味です。
for algorithm efficiency.
「アルゴリズムの効率にとって」という意味です。
2.
特定の分野で、データが整理され、互いに関連付けられている構造。
コンピュータサイエンス以外でも、ある種のデータや情報がどのように構成され、互いに関連付けられているかを示す場合に使われることがあります。例えば、データベースのテーブル構成や、アンケート結果のまとめ方などがこれに当たります。
The
library's
catalog
uses
a
specific
data
structure
to
organize
books.
(その図書館の目録は、本を整理するために特定のデータ構造を使っています。)
The library's catalog
「その図書館の目録」を指します。
uses a specific
「特定の~を使っている」という意味です。
data structure
データが整理され、互いに関連付けられている構造を指します。
to organize books.
「本を整理するために」という意味です。
Understanding
the
data
structure
of
the
database
is
essential
for
effective
queries.
(データベースのデータ構造を理解することは、効果的なクエリのために不可欠です。)
Understanding
「理解すること」という意味です。
the data structure
データが整理され、互いに関連付けられている構造を指します。
of the database
「そのデータベースの」という意味です。
is essential
「不可欠である」という意味です。
for effective queries.
「効果的なクエリのために」という意味です。
They
analyzed
the
data
structure
of
the
survey
results.
(彼らはその調査結果のデータ構造を分析した。)
They analyzed
「彼らは分析した」という意味です。
the data structure
データが整理され、互いに関連付けられている構造を指します。
of the survey results.
「その調査結果の」という意味です。
関連
algorithm
array
list
tree
graph
stack
queue
database
computer science