# leetcode-question **Repository Path**: 158cosmos/leetcode-question ## Basic Information - **Project Name**: leetcode-question - **Description**: 使用leetcode插件的项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-15 - **Last Updated**: 2023-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leetcode-question #### 介绍 {**IDEA编码调试算法题项目** 使用IDEA打开将该项目,可以进行编码调试} #### 安装教程 1. 输入leetcode官网地址和账号密码 2. 输入idea本地项目存放路径和项目地址,例如:D:\IdeaProjects\leetcode-question\src\main\java\com\shuzijun 3. 修改Code FileName ,例如: `$!velocityTool.camelCaseName(${question.titleSlug})` 4. 修改Code Template,例如: `package com.shuzijun.leetcode.editor.cn; public class $!velocityTool.camelCaseName(${question.titleSlug}){ public static void main(String[] args) { Solution solution = new $!velocityTool.camelCaseName(${question.titleSlug})().new Solution(); } ${question.code} }` ![img_1.png](img_1.png)