aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/data_structure
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/data_structure')
-rw-r--r--files/ja/glossary/data_structure/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/glossary/data_structure/index.html b/files/ja/glossary/data_structure/index.html
new file mode 100644
index 0000000000..25b8098765
--- /dev/null
+++ b/files/ja/glossary/data_structure/index.html
@@ -0,0 +1,18 @@
+---
+title: Data structure (データ構造)
+slug: Glossary/Data_structure
+tags:
+ - CodingScripting
+ - Data structure
+ - Glossary
+translation_of: Glossary/Data_structure
+---
+<p><strong>データ構造</strong>は、データを効率的に使用できるように整理する特別な方法です。</p>
+
+<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li>Wikipedia 上の {{interwiki("wikipedia", "データ構造")}}</li>
+</ul>