第一章

This commit is contained in:
2026-06-16 15:13:47 +08:00
parent 23625fc725
commit 7b30435d5a
3 changed files with 70 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
export const chapters = [
{
id: 'ch1',
title: '第一章 基础 — 复杂度分析',
title: '第一章 算法基础 — 复杂度分析',
subtitle: '算法时间复杂度与空间复杂度基础',
description: '本章介绍算法分析的基础知识,包括时间复杂度、空间复杂度的概念,以及通过实验比较不同算法的性能差异。',
icon: '📊',
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="hero-content">
<div class="hero-badge">🎓 教学辅助平台</div>
<h1 class="hero-title">
<span class="hero-title-line">算法分析与设计</span>
<span class="hero-title-line">算法设计与分析</span>
</h1>
<p class="hero-subtitle">从基础到进阶的算法学习之旅</p>
<p class="hero-desc">