@@ -117,7 +117,17 @@ export default withMermaid({
117117 { text : '配列' , link : '/text/chapter-4/array' } ,
118118 { text : '文字列 ②' , link : '/text/chapter-4/string' } ,
119119 { text : 'for ②' , link : '/text/chapter-4/for-advanced' } ,
120- { text : '練習問題' , link : '/text/chapter-4/practice/' } ,
120+ {
121+ text : '練習問題' ,
122+ link : '/text/chapter-4/practice/' ,
123+ collapsed : true ,
124+ items : [
125+ { text : '4-A1. Fibonatti' , link : '/text/chapter-4/practice/fibonatti' } ,
126+ { text : '4-A2. DO NOT FAIL' , link : '/text/chapter-4/practice/do-not-fail' } ,
127+ { text : '4-A3. lower or UPPER' , link : '/text/chapter-4/practice/lower-or-upper' } ,
128+ { text : '4-B1. Fizz-Buzz 2D' , link : '/text/chapter-4/practice/fizz-buzz-2d' } ,
129+ ]
130+ } ,
121131 ]
122132 } ,
123133 {
@@ -128,16 +138,31 @@ export default withMermaid({
128138 { text : '引数' , link : '/text/chapter-5/argument' } ,
129139 { text : '返り値' , link : '/text/chapter-5/return-value' } ,
130140 { text : '参照渡し' , link : '/text/chapter-5/call-by-ref' } ,
131- { text : '練習問題' , link : '/text/chapter-5/practice/' }
141+ {
142+ text : '練習問題' ,
143+ link : '/text/chapter-5/practice/' ,
144+ collapsed : true ,
145+ items : [
146+ { text : '5-A1. Divide each difficulty' , link : '/text/chapter-5/practice/divide-each-difficulty' } ,
147+ { text : '5-A2. Operator+=' , link : '/text/chapter-5/practice/plus-equal' } ,
148+ ]
149+ }
132150 ]
133151 } ,
134152 {
135153 text : 'VI. コードの簡易化② - Struct' ,
136154 link : '/text/chapter-6/' ,
137155 items : [
138- { text : '構造体' , link : '/text/chapter-6/struct' } ,
139- { text : 'メソッド' , link : '/text/chapter-6/method' } ,
140- { text : '練習問題' , link : '/text/chapter-6/practice/' } ,
156+ { text : '構造体' , link : '/text/chapter-6/struct' } ,
157+ { text : 'メソッド' , link : '/text/chapter-6/method' } ,
158+ {
159+ text : '練習問題' ,
160+ link : '/text/chapter-6/practice/' ,
161+ collapsed : true ,
162+ items : [
163+ { text : '6-A1. Order' , link : '/text/chapter-6/practice/order' } ,
164+ ]
165+ } ,
141166 ]
142167 } ,
143168 { text : 'VII. おわりに・おまけ' , link : '/text/chapter-7/' } ,
@@ -149,7 +174,15 @@ export default withMermaid({
149174 { text : '再帰関数' , link : '/text/chapter-8/recursive-function' } ,
150175 { text : '実行時間' , link : '/text/chapter-8/exec-time' } ,
151176 { text : 'カプセル化' , link : '/text/chapter-8/capsule' } ,
152- { text : '練習問題' , link : '/text/chapter-8/practice/' } ,
177+ {
178+ text : '練習問題' ,
179+ link : '/text/chapter-8/practice/' ,
180+ collapsed : true ,
181+ items : [
182+ { text : 'Capsulated Zer0-Star' , link : '/text/chapter-8/practice/capsulate-user' } ,
183+ { text : 'Exponentation' , link : '/text/chapter-8/practice/exponentation' } ,
184+ ] ,
185+ } ,
153186 ] ,
154187 } ,
155188 {
0 commit comments