Allsochen / LeetCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode

Code agenda

Idea Plugin Install

  • Install leedcode plugin
  • configurate leedcode template
  • Temp File Path
PROJECT_GIT_REPO\src\main\java
  • Code FileName
$!velocityTool.camelCaseName(${question.titleSlug})
  • Code Template
${question.content}
  
package 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}
}

About


Languages

Language:Java 100.0%