idea插件插件完美无缝刷 leetcode ,看题解,及刷题模板

1. 安装插件

idea插件插件完美无缝刷 leetcode ,看题解,及刷题模板_第1张图片

2. 配置插件 重点是目录 配置的方便点就行

idea插件插件完美无缝刷 leetcode ,看题解,及刷题模板_第2张图片

配置模板

模板成果示例:
idea插件插件完美无缝刷 leetcode ,看题解,及刷题模板_第3张图片

题目

P$!{question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})

模板:

${question.content}

/*
思路:
*/

//C++:${question.title}
//
//			
//		
//
#\include 
#\include 
#\include 
#\include 

using namespace std;

${question.code}

//MainToTest
int main(){
    Solution solution;
}


Java模板

${question.content}

package leetcode.editor.cn;
//Java:${question.title}
public class P${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug}){
    public static void main(String[] args) {
        Solution solution = new P$!{question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})().new Solution();
        // TO TEST
    }
    ${question.code}
}

你可能感兴趣的:(工具,算法,面试,intellij,idea)