feat: 新增垃圾回收专题 gc-special/gc-deep-dive 50题(单选/填空/判断/多选/简答各10)
Deploy Examination / deploy (push) Successful in 4s

This commit is contained in:
2026-09-03 14:56:31 +08:00
parent b3075350ff
commit 12da7a6974
7 changed files with 1096 additions and 2 deletions
+25 -2
View File
@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"updated": "2026-09-02",
"updated": "2026-09-03",
"topics": [
{
"slug": "qunar-ai-fullstack",
@@ -197,6 +197,29 @@
}
}
]
},
{
"slug": "gc-special",
"name": "垃圾回收专题",
"description": "垃圾回收(GC)专题:GC 概念与代价、内存碎片与算法、分代 GC、回收器对比、GC Roots、三色标记法",
"subtopics": [
{
"slug": "gc-deep-dive",
"name": "GC 综合深入",
"description": "垃圾回收专题:GC 概念、内存碎片与算法、分代 GC、回收器对比、GC Roots、三色标记法",
"path": "topics/gc-special/gc-deep-dive",
"stats": {
"total": 50,
"by_type": {
"single_choice": 10,
"fill_blank": 10,
"true_false": 10,
"multiple_choice": 10,
"short_answer": 10
}
}
}
]
}
]
}
}