# algorithm-review **Repository Path**: RichardLemonTea/algorithm-review ## Basic Information - **Project Name**: algorithm-review - **Description**: 算法设计与分析复习刷题站(静态 Pages) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-24 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 算法设计与分析 · 刷题复习站 静态站点,适用于 Gitee Pages。 ## 访问地址(部署后) `https://<你的Gitee用户名>.gitee.io/algorithm-review/` ## Gitee Pages 开启步骤 1. 将本仓库推送到 Gitee(见下方命令) 2. 打开仓库 → **服务** → **Gitee Pages** 3. 分支选择 `master` 或 `main`,目录选 **/(根目录)** 4. 点击 **启动** / **更新** 5. 等待 1~3 分钟,访问上方 Pages 地址 ## 本地预览 ```bash python3 -m http.server 8080 # 浏览器打开 http://localhost:8080 ```