# leetcode_study **Repository Path**: coward0725/leetcode_study ## Basic Information - **Project Name**: leetcode_study - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeetCode 解题记录 本项目用于记录 LeetCode 刷题过程中的解题代码和思路。 ## 项目结构说明 - `index.js`: 主程序入口文件 - `package.json` / `package-lock.json`: Node.js 项目依赖配置文件 - `.gitignore`: Git 忽略配置文件 - `LICENSE`: 项目开源许可协议文件 - `README.md`: 项目说明文档 - `.vscode/launch.json`: VSCode 调试配置文件 - `questions/.idea/`: 存放 JetBrains 系列 IDE 的项目配置文件 ## 开始使用 1. 安装 Node.js 环境 2. 使用 `npm install` 安装项目依赖 3. 编辑 `index.js` 文件,编写你的 LeetCode 解题代码 4. 运行或调试项目以测试代码逻辑 如需了解具体的解题内容,请查看 `index.js` 文件中的实现。