This commit is contained in:
krahets
2026-03-29 02:26:07 +08:00
parent 7dd4d5d9b4
commit 9e8c0cb36c
1209 changed files with 579306 additions and 4338 deletions
@@ -30,6 +30,8 @@
<link rel="alternate" href="/ja/chapter_data_structure/basic_data_types/" hreflang="ja">
<link rel="alternate" href="/ru/chapter_data_structure/basic_data_types/" hreflang="ru">
<link rel="icon" href="../../assets/images/favicon.png">
@@ -224,6 +226,12 @@
</a>
</li>
<li class="md-select__item">
<a href="/ru/chapter_data_structure/basic_data_types/" hreflang="ru" class="md-select__link">
Русский
</a>
</li>
</ul>
</div>
</div>
@@ -371,7 +379,7 @@
<span class="md-ellipsis">
はじめに
@@ -388,7 +396,7 @@
<span class="md-nav__icon md-icon"></span>
はじめに
</label>
@@ -487,7 +495,7 @@
<span class="md-ellipsis">
0.1 &nbsp; この本について
0.1 &nbsp;について
@@ -604,7 +612,7 @@
<span class="md-ellipsis">
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
@@ -626,7 +634,7 @@
<span class="md-nav__icon md-icon"></span>
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
</label>
@@ -813,7 +821,7 @@
<span class="md-ellipsis">
2.1 &nbsp; アルゴリズム効率評価
2.1 &nbsp; アルゴリズム効率評価
@@ -1102,7 +1110,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1130,7 +1138,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -1928,7 +1936,7 @@
<span class="md-ellipsis">
7.3 &nbsp; 木の配列表現
7.3 &nbsp; 二分木の配列表現
@@ -2147,7 +2155,7 @@
<span class="md-ellipsis">
8.2 &nbsp; ヒープ構築
8.2 &nbsp; ヒープ構築操作
@@ -2175,7 +2183,7 @@
<span class="md-ellipsis">
8.3 &nbsp; Top-k問題
8.3 &nbsp; Top-k 問題
@@ -2533,7 +2541,7 @@
<span class="md-ellipsis">
10.2 &nbsp; 二分探索挿入点
10.2 &nbsp; 二分探索挿入点
@@ -2617,7 +2625,7 @@
<span class="md-ellipsis">
10.5 &nbsp; 探索アルゴリズム再考
10.5 &nbsp; 探索アルゴリズムの再認識
@@ -3211,7 +3219,7 @@
<span class="md-ellipsis">
12.3 &nbsp; 二分木構築問題
12.3 &nbsp;構築問題
@@ -3404,7 +3412,7 @@
<span class="md-ellipsis">
13.2 &nbsp; 順列問題
13.2 &nbsp; 順列問題
@@ -3557,7 +3565,7 @@
<span class="md-ellipsis">
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
@@ -3579,7 +3587,7 @@
<span class="md-nav__icon md-icon"></span>
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
</label>
@@ -3601,7 +3609,7 @@
<span class="md-ellipsis">
14.1 &nbsp; 動的プログラミング入門
14.1 &nbsp; 動的計画法の初歩
@@ -3629,7 +3637,7 @@
<span class="md-ellipsis">
14.2 &nbsp; DP問題の特性
14.2 &nbsp; DP 問題の特性
@@ -3657,7 +3665,7 @@
<span class="md-ellipsis">
14.3 &nbsp; DP問題解決アプローチ
14.3 &nbsp; DP の解法の考え方
@@ -3713,7 +3721,7 @@
<span class="md-ellipsis">
14.5 &nbsp; 無制限ナップサック問題
14.5 &nbsp; 完全ナップサック問題
@@ -3962,7 +3970,7 @@
<span class="md-ellipsis">
15.4 &nbsp; 最大積切断問題
15.4 &nbsp; 最大積分割問題
@@ -4123,7 +4131,7 @@
<span class="md-ellipsis">
16.2 &nbsp; 一緒に創作に参加
16.2 &nbsp; 一緒に創作に参加する
@@ -4542,7 +4550,7 @@ aria-label="フッター"
<a
href="../number_encoding/"
class="md-footer__link md-footer__link--next"
aria-label="次: 3.3 &amp;nbsp; 数値エンコーディング *"
aria-label="次: 3.3 &amp;nbsp; 数値の符号化 *"
rel="next"
>
<div class="md-footer__title">
@@ -4550,7 +4558,7 @@ aria-label="フッター"
</span>
<div class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
</div>
</div>
<div class="md-footer__button md-icon">
@@ -4564,11 +4572,17 @@ aria-label="フッター"
<!-- Comment system -->
<h5 align="center" id="__comments"></h5>
<!-- Check-in button above comments -->
<h5 align="center" id="__comments">ご意見、ご質問、ご提案があればぜひコメントしてください</h5>
<!-- Insert generated snippet here -->
<script
<script
src="https://giscus.app/client.js"
data-repo="krahets/hello-algo"
data-repo-id="R_kgDOIXtSqw"
@@ -4577,12 +4591,10 @@ aria-label="フッター"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-emit-metadata="1"
data-input-position="top"
data-theme="light"
data-lang="
"
data-lang="ja"
crossorigin="anonymous"
async
>
@@ -4659,13 +4671,13 @@ aria-label="フッター"
<a href="../number_encoding/" class="md-footer__link md-footer__link--next" aria-label="次: 3.3 &amp;nbsp; 数値エンコーディング *">
<a href="../number_encoding/" class="md-footer__link md-footer__link--next" aria-label="次: 3.3 &amp;nbsp; 数値の符号化 *">
<div class="md-footer__title">
<span class="md-footer__direction">
</span>
<div class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
</div>
</div>
<div class="md-footer__button md-icon">
@@ -30,6 +30,8 @@
<link rel="alternate" href="/ja/chapter_data_structure/character_encoding/" hreflang="ja">
<link rel="alternate" href="/ru/chapter_data_structure/character_encoding/" hreflang="ru">
<link rel="icon" href="../../assets/images/favicon.png">
@@ -37,7 +39,7 @@
<title>3.4   文字エンコーディング * - Hello アルゴリズム</title>
<title>3.4   文字の符号化 * - Hello アルゴリズム</title>
@@ -154,7 +156,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
</span>
</div>
@@ -224,6 +226,12 @@
</a>
</li>
<li class="md-select__item">
<a href="/ru/chapter_data_structure/character_encoding/" hreflang="ru" class="md-select__link">
Русский
</a>
</li>
</ul>
</div>
</div>
@@ -371,7 +379,7 @@
<span class="md-ellipsis">
はじめに
@@ -388,7 +396,7 @@
<span class="md-nav__icon md-icon"></span>
はじめに
</label>
@@ -487,7 +495,7 @@
<span class="md-ellipsis">
0.1 &nbsp; この本について
0.1 &nbsp;について
@@ -604,7 +612,7 @@
<span class="md-ellipsis">
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
@@ -626,7 +634,7 @@
<span class="md-nav__icon md-icon"></span>
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
</label>
@@ -813,7 +821,7 @@
<span class="md-ellipsis">
2.1 &nbsp; アルゴリズム効率評価
2.1 &nbsp; アルゴリズム効率評価
@@ -1092,7 +1100,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1129,7 +1137,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -1147,7 +1155,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -2020,7 +2028,7 @@
<span class="md-ellipsis">
7.3 &nbsp; 木の配列表現
7.3 &nbsp; 二分木の配列表現
@@ -2239,7 +2247,7 @@
<span class="md-ellipsis">
8.2 &nbsp; ヒープ構築
8.2 &nbsp; ヒープ構築操作
@@ -2267,7 +2275,7 @@
<span class="md-ellipsis">
8.3 &nbsp; Top-k問題
8.3 &nbsp; Top-k 問題
@@ -2625,7 +2633,7 @@
<span class="md-ellipsis">
10.2 &nbsp; 二分探索挿入点
10.2 &nbsp; 二分探索挿入点
@@ -2709,7 +2717,7 @@
<span class="md-ellipsis">
10.5 &nbsp; 探索アルゴリズム再考
10.5 &nbsp; 探索アルゴリズムの再認識
@@ -3303,7 +3311,7 @@
<span class="md-ellipsis">
12.3 &nbsp; 二分木構築問題
12.3 &nbsp;構築問題
@@ -3496,7 +3504,7 @@
<span class="md-ellipsis">
13.2 &nbsp; 順列問題
13.2 &nbsp; 順列問題
@@ -3649,7 +3657,7 @@
<span class="md-ellipsis">
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
@@ -3671,7 +3679,7 @@
<span class="md-nav__icon md-icon"></span>
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
</label>
@@ -3693,7 +3701,7 @@
<span class="md-ellipsis">
14.1 &nbsp; 動的プログラミング入門
14.1 &nbsp; 動的計画法の初歩
@@ -3721,7 +3729,7 @@
<span class="md-ellipsis">
14.2 &nbsp; DP問題の特性
14.2 &nbsp; DP 問題の特性
@@ -3749,7 +3757,7 @@
<span class="md-ellipsis">
14.3 &nbsp; DP問題解決アプローチ
14.3 &nbsp; DP の解法の考え方
@@ -3805,7 +3813,7 @@
<span class="md-ellipsis">
14.5 &nbsp; 無制限ナップサック問題
14.5 &nbsp; 完全ナップサック問題
@@ -4054,7 +4062,7 @@
<span class="md-ellipsis">
15.4 &nbsp; 最大積切断問題
15.4 &nbsp; 最大積分割問題
@@ -4215,7 +4223,7 @@
<span class="md-ellipsis">
16.2 &nbsp; 一緒に創作に参加
16.2 &nbsp; 一緒に創作に参加する
@@ -4534,7 +4542,7 @@ aria-label="フッター"
<a
href="../number_encoding/"
class="md-footer__link md-footer__link--prev"
aria-label="前: 3.3 &amp;nbsp; 数値エンコーディング *"
aria-label="前: 3.3 &amp;nbsp; 数値の符号化 *"
rel="prev"
>
<div class="md-footer__button md-icon">
@@ -4546,7 +4554,7 @@ aria-label="フッター"
</span>
<div class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
</div>
</div>
</a>
@@ -4580,11 +4588,17 @@ aria-label="フッター"
<!-- Comment system -->
<h5 align="center" id="__comments"></h5>
<!-- Check-in button above comments -->
<h5 align="center" id="__comments">ご意見、ご質問、ご提案があればぜひコメントしてください</h5>
<!-- Insert generated snippet here -->
<script
<script
src="https://giscus.app/client.js"
data-repo="krahets/hello-algo"
data-repo-id="R_kgDOIXtSqw"
@@ -4593,12 +4607,10 @@ aria-label="フッター"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-emit-metadata="1"
data-input-position="top"
data-theme="light"
data-lang="
"
data-lang="ja"
crossorigin="anonymous"
async
>
@@ -4658,7 +4670,7 @@ aria-label="フッター"
<nav class="md-footer__inner md-grid" aria-label="フッター" >
<a href="../number_encoding/" class="md-footer__link md-footer__link--prev" aria-label="前: 3.3 &amp;nbsp; 数値エンコーディング *">
<a href="../number_encoding/" class="md-footer__link md-footer__link--prev" aria-label="前: 3.3 &amp;nbsp; 数値の符号化 *">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
@@ -4668,7 +4680,7 @@ aria-label="フッター"
</span>
<div class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
</div>
</div>
</a>
@@ -30,6 +30,8 @@
<link rel="alternate" href="/ja/chapter_data_structure/classification_of_data_structure/" hreflang="ja">
<link rel="alternate" href="/ru/chapter_data_structure/classification_of_data_structure/" hreflang="ru">
<link rel="icon" href="../../assets/images/favicon.png">
@@ -224,6 +226,12 @@
</a>
</li>
<li class="md-select__item">
<a href="/ru/chapter_data_structure/classification_of_data_structure/" hreflang="ru" class="md-select__link">
Русский
</a>
</li>
</ul>
</div>
</div>
@@ -371,7 +379,7 @@
<span class="md-ellipsis">
はじめに
@@ -388,7 +396,7 @@
<span class="md-nav__icon md-icon"></span>
はじめに
</label>
@@ -487,7 +495,7 @@
<span class="md-ellipsis">
0.1 &nbsp; この本について
0.1 &nbsp;について
@@ -604,7 +612,7 @@
<span class="md-ellipsis">
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
@@ -626,7 +634,7 @@
<span class="md-nav__icon md-icon"></span>
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
</label>
@@ -813,7 +821,7 @@
<span class="md-ellipsis">
2.1 &nbsp; アルゴリズム効率評価
2.1 &nbsp; アルゴリズム効率評価
@@ -1161,7 +1169,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1189,7 +1197,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -1987,7 +1995,7 @@
<span class="md-ellipsis">
7.3 &nbsp; 木の配列表現
7.3 &nbsp; 二分木の配列表現
@@ -2206,7 +2214,7 @@
<span class="md-ellipsis">
8.2 &nbsp; ヒープ構築
8.2 &nbsp; ヒープ構築操作
@@ -2234,7 +2242,7 @@
<span class="md-ellipsis">
8.3 &nbsp; Top-k問題
8.3 &nbsp; Top-k 問題
@@ -2592,7 +2600,7 @@
<span class="md-ellipsis">
10.2 &nbsp; 二分探索挿入点
10.2 &nbsp; 二分探索挿入点
@@ -2676,7 +2684,7 @@
<span class="md-ellipsis">
10.5 &nbsp; 探索アルゴリズム再考
10.5 &nbsp; 探索アルゴリズムの再認識
@@ -3270,7 +3278,7 @@
<span class="md-ellipsis">
12.3 &nbsp; 二分木構築問題
12.3 &nbsp;構築問題
@@ -3463,7 +3471,7 @@
<span class="md-ellipsis">
13.2 &nbsp; 順列問題
13.2 &nbsp; 順列問題
@@ -3616,7 +3624,7 @@
<span class="md-ellipsis">
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
@@ -3638,7 +3646,7 @@
<span class="md-nav__icon md-icon"></span>
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
</label>
@@ -3660,7 +3668,7 @@
<span class="md-ellipsis">
14.1 &nbsp; 動的プログラミング入門
14.1 &nbsp; 動的計画法の初歩
@@ -3688,7 +3696,7 @@
<span class="md-ellipsis">
14.2 &nbsp; DP問題の特性
14.2 &nbsp; DP 問題の特性
@@ -3716,7 +3724,7 @@
<span class="md-ellipsis">
14.3 &nbsp; DP問題解決アプローチ
14.3 &nbsp; DP の解法の考え方
@@ -3772,7 +3780,7 @@
<span class="md-ellipsis">
14.5 &nbsp; 無制限ナップサック問題
14.5 &nbsp; 完全ナップサック問題
@@ -4021,7 +4029,7 @@
<span class="md-ellipsis">
15.4 &nbsp; 最大積切断問題
15.4 &nbsp; 最大積分割問題
@@ -4182,7 +4190,7 @@
<span class="md-ellipsis">
16.2 &nbsp; 一緒に創作に参加
16.2 &nbsp; 一緒に創作に参加する
@@ -4492,11 +4500,17 @@ aria-label="フッター"
<!-- Comment system -->
<h5 align="center" id="__comments"></h5>
<!-- Check-in button above comments -->
<h5 align="center" id="__comments">ご意見、ご質問、ご提案があればぜひコメントしてください</h5>
<!-- Insert generated snippet here -->
<script
<script
src="https://giscus.app/client.js"
data-repo="krahets/hello-algo"
data-repo-id="R_kgDOIXtSqw"
@@ -4505,12 +4519,10 @@ aria-label="フッター"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-emit-metadata="1"
data-input-position="top"
data-theme="light"
data-lang="
"
data-lang="ja"
crossorigin="anonymous"
async
>
+43 -31
View File
@@ -30,6 +30,8 @@
<link rel="alternate" href="/ja/chapter_data_structure/" hreflang="ja">
<link rel="alternate" href="/ru/chapter_data_structure/" hreflang="ru">
<link rel="icon" href="../assets/images/favicon.png">
@@ -224,6 +226,12 @@
</a>
</li>
<li class="md-select__item">
<a href="/ru/chapter_data_structure/" hreflang="ru" class="md-select__link">
Русский
</a>
</li>
</ul>
</div>
</div>
@@ -371,7 +379,7 @@
<span class="md-ellipsis">
はじめに
@@ -388,7 +396,7 @@
<span class="md-nav__icon md-icon"></span>
はじめに
</label>
@@ -487,7 +495,7 @@
<span class="md-ellipsis">
0.1 &nbsp; この本について
0.1 &nbsp;について
@@ -604,7 +612,7 @@
<span class="md-ellipsis">
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
@@ -626,7 +634,7 @@
<span class="md-nav__icon md-icon"></span>
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
</label>
@@ -813,7 +821,7 @@
<span class="md-ellipsis">
2.1 &nbsp; アルゴリズム効率評価
2.1 &nbsp; アルゴリズム効率評価
@@ -1092,7 +1100,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1120,7 +1128,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -1918,7 +1926,7 @@
<span class="md-ellipsis">
7.3 &nbsp; 木の配列表現
7.3 &nbsp; 二分木の配列表現
@@ -2137,7 +2145,7 @@
<span class="md-ellipsis">
8.2 &nbsp; ヒープ構築
8.2 &nbsp; ヒープ構築操作
@@ -2165,7 +2173,7 @@
<span class="md-ellipsis">
8.3 &nbsp; Top-k問題
8.3 &nbsp; Top-k 問題
@@ -2523,7 +2531,7 @@
<span class="md-ellipsis">
10.2 &nbsp; 二分探索挿入点
10.2 &nbsp; 二分探索挿入点
@@ -2607,7 +2615,7 @@
<span class="md-ellipsis">
10.5 &nbsp; 探索アルゴリズム再考
10.5 &nbsp; 探索アルゴリズムの再認識
@@ -3201,7 +3209,7 @@
<span class="md-ellipsis">
12.3 &nbsp; 二分木構築問題
12.3 &nbsp;構築問題
@@ -3394,7 +3402,7 @@
<span class="md-ellipsis">
13.2 &nbsp; 順列問題
13.2 &nbsp; 順列問題
@@ -3547,7 +3555,7 @@
<span class="md-ellipsis">
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
@@ -3569,7 +3577,7 @@
<span class="md-nav__icon md-icon"></span>
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
</label>
@@ -3591,7 +3599,7 @@
<span class="md-ellipsis">
14.1 &nbsp; 動的プログラミング入門
14.1 &nbsp; 動的計画法の初歩
@@ -3619,7 +3627,7 @@
<span class="md-ellipsis">
14.2 &nbsp; DP問題の特性
14.2 &nbsp; DP 問題の特性
@@ -3647,7 +3655,7 @@
<span class="md-ellipsis">
14.3 &nbsp; DP問題解決アプローチ
14.3 &nbsp; DP の解法の考え方
@@ -3703,7 +3711,7 @@
<span class="md-ellipsis">
14.5 &nbsp; 無制限ナップサック問題
14.5 &nbsp; 完全ナップサック問題
@@ -3952,7 +3960,7 @@
<span class="md-ellipsis">
15.4 &nbsp; 最大積切断問題
15.4 &nbsp; 最大積分割問題
@@ -4113,7 +4121,7 @@
<span class="md-ellipsis">
16.2 &nbsp; 一緒に創作に参加
16.2 &nbsp; 一緒に創作に参加する
@@ -4313,8 +4321,8 @@
<ul>
<li><a href="classification_of_data_structure/">3.1 &nbsp; データ構造の分類</a></li>
<li><a href="basic_data_types/">3.2 &nbsp; 基本データ型</a></li>
<li><a href="number_encoding/">3.3 &nbsp; 数値エンコーディング *</a></li>
<li><a href="character_encoding/">3.4 &nbsp; 文字エンコーディング *</a></li>
<li><a href="number_encoding/">3.3 &nbsp; 数値の符号化 *</a></li>
<li><a href="character_encoding/">3.4 &nbsp; 文字の符号化 *</a></li>
<li><a href="summary/">3.5 &nbsp; まとめ</a></li>
</ul>
@@ -4385,11 +4393,17 @@ aria-label="フッター"
<!-- Comment system -->
<h5 align="center" id="__comments"></h5>
<!-- Check-in button above comments -->
<h5 align="center" id="__comments">ご意見、ご質問、ご提案があればぜひコメントしてください</h5>
<!-- Insert generated snippet here -->
<script
<script
src="https://giscus.app/client.js"
data-repo="krahets/hello-algo"
data-repo-id="R_kgDOIXtSqw"
@@ -4398,12 +4412,10 @@ aria-label="フッター"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-emit-metadata="1"
data-input-position="top"
data-theme="light"
data-lang="
"
data-lang="ja"
crossorigin="anonymous"
async
>
@@ -30,6 +30,8 @@
<link rel="alternate" href="/ja/chapter_data_structure/number_encoding/" hreflang="ja">
<link rel="alternate" href="/ru/chapter_data_structure/number_encoding/" hreflang="ru">
<link rel="icon" href="../../assets/images/favicon.png">
@@ -37,7 +39,7 @@
<title>3.3   数値エンコーディング * - Hello アルゴリズム</title>
<title>3.3   数値の符号化 * - Hello アルゴリズム</title>
@@ -154,7 +156,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
</span>
</div>
@@ -224,6 +226,12 @@
</a>
</li>
<li class="md-select__item">
<a href="/ru/chapter_data_structure/number_encoding/" hreflang="ru" class="md-select__link">
Русский
</a>
</li>
</ul>
</div>
</div>
@@ -371,7 +379,7 @@
<span class="md-ellipsis">
はじめに
@@ -388,7 +396,7 @@
<span class="md-nav__icon md-icon"></span>
はじめに
</label>
@@ -487,7 +495,7 @@
<span class="md-ellipsis">
0.1 &nbsp; この本について
0.1 &nbsp;について
@@ -604,7 +612,7 @@
<span class="md-ellipsis">
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
@@ -626,7 +634,7 @@
<span class="md-nav__icon md-icon"></span>
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
</label>
@@ -813,7 +821,7 @@
<span class="md-ellipsis">
2.1 &nbsp; アルゴリズム効率評価
2.1 &nbsp; アルゴリズム効率評価
@@ -1101,7 +1109,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1119,7 +1127,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1189,7 +1197,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -1987,7 +1995,7 @@
<span class="md-ellipsis">
7.3 &nbsp; 木の配列表現
7.3 &nbsp; 二分木の配列表現
@@ -2206,7 +2214,7 @@
<span class="md-ellipsis">
8.2 &nbsp; ヒープ構築
8.2 &nbsp; ヒープ構築操作
@@ -2234,7 +2242,7 @@
<span class="md-ellipsis">
8.3 &nbsp; Top-k問題
8.3 &nbsp; Top-k 問題
@@ -2592,7 +2600,7 @@
<span class="md-ellipsis">
10.2 &nbsp; 二分探索挿入点
10.2 &nbsp; 二分探索挿入点
@@ -2676,7 +2684,7 @@
<span class="md-ellipsis">
10.5 &nbsp; 探索アルゴリズム再考
10.5 &nbsp; 探索アルゴリズムの再認識
@@ -3270,7 +3278,7 @@
<span class="md-ellipsis">
12.3 &nbsp; 二分木構築問題
12.3 &nbsp;構築問題
@@ -3463,7 +3471,7 @@
<span class="md-ellipsis">
13.2 &nbsp; 順列問題
13.2 &nbsp; 順列問題
@@ -3616,7 +3624,7 @@
<span class="md-ellipsis">
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
@@ -3638,7 +3646,7 @@
<span class="md-nav__icon md-icon"></span>
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
</label>
@@ -3660,7 +3668,7 @@
<span class="md-ellipsis">
14.1 &nbsp; 動的プログラミング入門
14.1 &nbsp; 動的計画法の初歩
@@ -3688,7 +3696,7 @@
<span class="md-ellipsis">
14.2 &nbsp; DP問題の特性
14.2 &nbsp; DP 問題の特性
@@ -3716,7 +3724,7 @@
<span class="md-ellipsis">
14.3 &nbsp; DP問題解決アプローチ
14.3 &nbsp; DP の解法の考え方
@@ -3772,7 +3780,7 @@
<span class="md-ellipsis">
14.5 &nbsp; 無制限ナップサック問題
14.5 &nbsp; 完全ナップサック問題
@@ -4021,7 +4029,7 @@
<span class="md-ellipsis">
15.4 &nbsp; 最大積切断問題
15.4 &nbsp; 最大積分割問題
@@ -4182,7 +4190,7 @@
<span class="md-ellipsis">
16.2 &nbsp; 一緒に創作に参加
16.2 &nbsp; 一緒に創作に参加する
@@ -4570,7 +4578,7 @@ aria-label="フッター"
<a
href="../character_encoding/"
class="md-footer__link md-footer__link--next"
aria-label="次: 3.4 &amp;nbsp; 文字エンコーディング *"
aria-label="次: 3.4 &amp;nbsp; 文字の符号化 *"
rel="next"
>
<div class="md-footer__title">
@@ -4578,7 +4586,7 @@ aria-label="フッター"
</span>
<div class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
</div>
</div>
<div class="md-footer__button md-icon">
@@ -4592,11 +4600,17 @@ aria-label="フッター"
<!-- Comment system -->
<h5 align="center" id="__comments"></h5>
<!-- Check-in button above comments -->
<h5 align="center" id="__comments">ご意見、ご質問、ご提案があればぜひコメントしてください</h5>
<!-- Insert generated snippet here -->
<script
<script
src="https://giscus.app/client.js"
data-repo="krahets/hello-algo"
data-repo-id="R_kgDOIXtSqw"
@@ -4605,12 +4619,10 @@ aria-label="フッター"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-emit-metadata="1"
data-input-position="top"
data-theme="light"
data-lang="
"
data-lang="ja"
crossorigin="anonymous"
async
>
@@ -4687,13 +4699,13 @@ aria-label="フッター"
<a href="../character_encoding/" class="md-footer__link md-footer__link--next" aria-label="次: 3.4 &amp;nbsp; 文字エンコーディング *">
<a href="../character_encoding/" class="md-footer__link md-footer__link--next" aria-label="次: 3.4 &amp;nbsp; 文字の符号化 *">
<div class="md-footer__title">
<span class="md-footer__direction">
</span>
<div class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
</div>
</div>
<div class="md-footer__button md-icon">
+45 -33
View File
@@ -30,6 +30,8 @@
<link rel="alternate" href="/ja/chapter_data_structure/summary/" hreflang="ja">
<link rel="alternate" href="/ru/chapter_data_structure/summary/" hreflang="ru">
<link rel="icon" href="../../assets/images/favicon.png">
@@ -224,6 +226,12 @@
</a>
</li>
<li class="md-select__item">
<a href="/ru/chapter_data_structure/summary/" hreflang="ru" class="md-select__link">
Русский
</a>
</li>
</ul>
</div>
</div>
@@ -371,7 +379,7 @@
<span class="md-ellipsis">
はじめに
@@ -388,7 +396,7 @@
<span class="md-nav__icon md-icon"></span>
はじめに
</label>
@@ -487,7 +495,7 @@
<span class="md-ellipsis">
0.1 &nbsp; この本について
0.1 &nbsp;について
@@ -604,7 +612,7 @@
<span class="md-ellipsis">
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
@@ -626,7 +634,7 @@
<span class="md-nav__icon md-icon"></span>
第 1 章 &nbsp; アルゴリズムとの出会い
第 1 章 &nbsp; アルゴリズムを知る
</label>
@@ -813,7 +821,7 @@
<span class="md-ellipsis">
2.1 &nbsp; アルゴリズム効率評価
2.1 &nbsp; アルゴリズム効率評価
@@ -1092,7 +1100,7 @@
<span class="md-ellipsis">
3.3 &nbsp; 数値エンコーディング *
3.3 &nbsp; 数値の符号化 *
@@ -1120,7 +1128,7 @@
<span class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
@@ -1987,7 +1995,7 @@
<span class="md-ellipsis">
7.3 &nbsp; 木の配列表現
7.3 &nbsp; 二分木の配列表現
@@ -2206,7 +2214,7 @@
<span class="md-ellipsis">
8.2 &nbsp; ヒープ構築
8.2 &nbsp; ヒープ構築操作
@@ -2234,7 +2242,7 @@
<span class="md-ellipsis">
8.3 &nbsp; Top-k問題
8.3 &nbsp; Top-k 問題
@@ -2592,7 +2600,7 @@
<span class="md-ellipsis">
10.2 &nbsp; 二分探索挿入点
10.2 &nbsp; 二分探索挿入点
@@ -2676,7 +2684,7 @@
<span class="md-ellipsis">
10.5 &nbsp; 探索アルゴリズム再考
10.5 &nbsp; 探索アルゴリズムの再認識
@@ -3270,7 +3278,7 @@
<span class="md-ellipsis">
12.3 &nbsp; 二分木構築問題
12.3 &nbsp;構築問題
@@ -3463,7 +3471,7 @@
<span class="md-ellipsis">
13.2 &nbsp; 順列問題
13.2 &nbsp; 順列問題
@@ -3616,7 +3624,7 @@
<span class="md-ellipsis">
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
@@ -3638,7 +3646,7 @@
<span class="md-nav__icon md-icon"></span>
第 14 章 &nbsp; 動的プログラミング
第 14 章 &nbsp; 動的計画法
</label>
@@ -3660,7 +3668,7 @@
<span class="md-ellipsis">
14.1 &nbsp; 動的プログラミング入門
14.1 &nbsp; 動的計画法の初歩
@@ -3688,7 +3696,7 @@
<span class="md-ellipsis">
14.2 &nbsp; DP問題の特性
14.2 &nbsp; DP 問題の特性
@@ -3716,7 +3724,7 @@
<span class="md-ellipsis">
14.3 &nbsp; DP問題解決アプローチ
14.3 &nbsp; DP の解法の考え方
@@ -3772,7 +3780,7 @@
<span class="md-ellipsis">
14.5 &nbsp; 無制限ナップサック問題
14.5 &nbsp; 完全ナップサック問題
@@ -4021,7 +4029,7 @@
<span class="md-ellipsis">
15.4 &nbsp; 最大積切断問題
15.4 &nbsp; 最大積分割問題
@@ -4182,7 +4190,7 @@
<span class="md-ellipsis">
16.2 &nbsp; 一緒に創作に参加
16.2 &nbsp; 一緒に創作に参加する
@@ -4448,7 +4456,7 @@ aria-label="フッター"
<a
href="../character_encoding/"
class="md-footer__link md-footer__link--prev"
aria-label="前: 3.4 &amp;nbsp; 文字エンコーディング *"
aria-label="前: 3.4 &amp;nbsp; 文字の符号化 *"
rel="prev"
>
<div class="md-footer__button md-icon">
@@ -4460,7 +4468,7 @@ aria-label="フッター"
</span>
<div class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
</div>
</div>
</a>
@@ -4494,11 +4502,17 @@ aria-label="フッター"
<!-- Comment system -->
<h5 align="center" id="__comments"></h5>
<!-- Check-in button above comments -->
<h5 align="center" id="__comments">ご意見、ご質問、ご提案があればぜひコメントしてください</h5>
<!-- Insert generated snippet here -->
<script
<script
src="https://giscus.app/client.js"
data-repo="krahets/hello-algo"
data-repo-id="R_kgDOIXtSqw"
@@ -4507,12 +4521,10 @@ aria-label="フッター"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-emit-metadata="1"
data-input-position="top"
data-theme="light"
data-lang="
"
data-lang="ja"
crossorigin="anonymous"
async
>
@@ -4572,7 +4584,7 @@ aria-label="フッター"
<nav class="md-footer__inner md-grid" aria-label="フッター" >
<a href="../character_encoding/" class="md-footer__link md-footer__link--prev" aria-label="前: 3.4 &amp;nbsp; 文字エンコーディング *">
<a href="../character_encoding/" class="md-footer__link md-footer__link--prev" aria-label="前: 3.4 &amp;nbsp; 文字の符号化 *">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
@@ -4582,7 +4594,7 @@ aria-label="フッター"
</span>
<div class="md-ellipsis">
3.4 &nbsp; 文字エンコーディング *
3.4 &nbsp; 文字の符号化 *
</div>
</div>
</a>