blob: 25b809876528f93f802372f1866bde7267836096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|