Skip to content

以《LeetCode 例题精讲》课程为内容基础的交互教学 Agent

License

nettee/little-algorithm-teacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

算法题教学 Agent

以 《LeetCode 例题精讲》课程为内容基础,将静态的课程内容转化为动态的 AI 教学内容,包括解题思路讲解与代码讲解。

关于课程内容,请移步仓库:https://github.com/nettee/little-algorithm

快速开始

设置 LLM 环境变量:

cp .env.example .env

在 .env 文件中设置 LLM 的 API Key,推荐 DeepSeek。

启动后端服务:

cd backend
uv sync
uv run dev

启动前端服务:

cd frontend
pnpm install
pnpm dev

About

以《LeetCode 例题精讲》课程为内容基础的交互教学 Agent

Resources

License

Stars

Watchers

Forks