@@ -137,32 +137,119 @@ export default withMermaid({
137137 ] ,
138138 } ,
139139 {
140- text : "[WIP] 6. 繰り返し処理" ,
140+ text : "6. 繰り返し処理" ,
141141 link : "/cpp/chapter-6/" ,
142142 items : [
143- { text : "[WIP] 6.1 for文" , link : "/cpp/chapter-6/1" } ,
144- { text : "[WIP] 6.2 while文" , link : "/cpp/chapter-6/2" } ,
145- { text : "[WIP] 6.3 配列" , link : "/cpp/chapter-6/3" } ,
146- { text : "[WIP] 6.4 string型②とchar型" , link : "/cpp/chapter-6/4" } ,
147- { text : "[WIP] 6.5 continueとbreak" , link : "/cpp/chapter-6/5" } ,
143+ { text : "6.1 for文" , link : "/cpp/chapter-6/1" } ,
144+ { text : "6.2 while文" , link : "/cpp/chapter-6/2" } ,
145+ { text : "6.3 配列" , link : "/cpp/chapter-6/3" } ,
146+ { text : "6.4 string型②とchar型" , link : "/cpp/chapter-6/4" } ,
147+ { text : "6.5 breakとcontinue" , link : "/cpp/chapter-6/5" } ,
148+ {
149+ text : "6.Q 練習問題" ,
150+ link : "/cpp/chapter-6/problems/" ,
151+ collapsed : true ,
152+ items : [
153+ {
154+ text : "Count Down(★☆☆)" ,
155+ link : "/cpp/chapter-6/problems/count-down" ,
156+ } ,
157+ {
158+ text : "Even Numbers in Range(★☆☆)" ,
159+ link : "/cpp/chapter-6/problems/even-number-in-range" ,
160+ } ,
161+ {
162+ text : "DO NOT FAIL(★☆☆)" ,
163+ link : "/cpp/chapter-6/problems/do-not-fail" ,
164+ } ,
165+ {
166+ text : "lower or UPPER(★☆☆)" ,
167+ link : "/cpp/chapter-6/problems/lower-or-upper" ,
168+ } ,
169+ {
170+ text : "Prime Check(★★☆)" ,
171+ link : "/cpp/chapter-6/problems/prime-check" ,
172+ } ,
173+ {
174+ text : "Fibonatti(★★☆)" ,
175+ link : "/cpp/chapter-6/problems/fibonatti" ,
176+ } ,
177+
178+ {
179+ text : "fizz-buzz 2D(★★★)" ,
180+ link : "/cpp/chapter-6/problems/fizz-buzz-2d" ,
181+ } ,
182+ ] ,
183+ } ,
148184 ] ,
149185 } ,
150186 {
151- text : "[WIP] 7. 関数" ,
187+ text : "7. 関数" ,
152188 link : "/cpp/chapter-7/" ,
153189 items : [
154- { text : "[WIP] 7.1 関数とは" , link : "/cpp/chapter-7/1" } ,
155- { text : "[WIP] 7.2 引数" , link : "/cpp/chapter-7/2" } ,
156- { text : "[WIP] 7.3 返り値" , link : "/cpp/chapter-7/3" } ,
157- { text : "[WIP] 7.4 [発展] 参照渡し" , link : "/cpp/chapter-7/4" } ,
190+ { text : "7.1 関数とは" , link : "/cpp/chapter-7/1" } ,
191+ { text : "7.2 引数" , link : "/cpp/chapter-7/2" } ,
192+ { text : "7.3 返り値" , link : "/cpp/chapter-7/3" } ,
193+ { text : "7.4 [発展] 参照渡し" , link : "/cpp/chapter-7/4" } ,
194+ {
195+ text : "7.Q 練習問題" ,
196+ link : "/cpp/chapter-7/problems/" ,
197+ collapsed : true ,
198+ items : [
199+ {
200+ text : "Max of Three(★☆☆)" ,
201+ link : "/cpp/chapter-7/problems/max-of-three" ,
202+ } ,
203+ {
204+ text : "Swap Two Numbers(★★☆)" ,
205+ link : "/cpp/chapter-7/problems/swap-two" ,
206+ } ,
207+ ] ,
208+ } ,
158209 ] ,
159210 } ,
160211 {
161- text : "[WIP] 8. 構造体" ,
212+ text : "8. 構造体" ,
162213 link : "/cpp/chapter-8/" ,
163214 items : [
164- { text : "[WIP] 8.1 構造体とは" , link : "/cpp/chapter-8/1" } ,
165- { text : "[WIP] 8.2 メソッド" , link : "/cpp/chapter-8/2" } ,
215+ { text : "8.1 構造体とは" , link : "/cpp/chapter-8/1" } ,
216+ { text : "8.2 メソッド" , link : "/cpp/chapter-8/2" } ,
217+ {
218+ text : "8.Q 練習問題" ,
219+ link : "/cpp/chapter-8/problems/" ,
220+ collapsed : true ,
221+ items : [
222+ {
223+ text : "Order(★★☆)" ,
224+ link : "/cpp/chapter-8/problems/order" ,
225+ } ,
226+ ] ,
227+ } ,
228+ ] ,
229+ } ,
230+ {
231+ text : "(2025年度版テキスト)<br>VIII. 発展事項 (WIP)" ,
232+ link : "/text/chapter-8/" ,
233+ items : [
234+ { text : "計算量とオーダー" , link : "/text/chapter-8/complexity" } ,
235+ { text : "再帰関数" , link : "/text/chapter-8/recursive-function" } ,
236+ { text : "実行時間" , link : "/text/chapter-8/exec-time" } ,
237+ { text : "カプセル化" , link : "/text/chapter-8/capsule" } ,
238+ {
239+ text : "練習問題" ,
240+ link : "/text/chapter-8/practice/" ,
241+ collapsed : true ,
242+ items : [
243+ {
244+ text : "Capsulated Zer0-Star" ,
245+ link : "/text/chapter-8/practice/capsulate-user" ,
246+ } ,
247+ {
248+ text : "Exponentation" ,
249+ link : "/text/chapter-8/practice/exponentation" ,
250+ } ,
251+ ] ,
252+ } ,
166253 ] ,
167254 } ,
168255 {
@@ -172,7 +259,7 @@ export default withMermaid({
172259 ] ,
173260 "/text/" : [
174261 {
175- text : "[WIP] 2026年度版テキスト" ,
262+ text : "2026年度版テキスト" ,
176263 link : "/cpp/preface/" ,
177264 } ,
178265 {
0 commit comments