Skip to content

lazwa34/leetcode-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My LeetCode Solution

leetcode-editor Plugin Settings

Code FileName:

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

Code Template:

${question.content}

package leetcode.editor.cn;

/**
 * @author wangzhiheng
 * @date $!velocityTool.date()
 */
public class $!velocityTool.camelCaseName(${question.titleSlug}) {
    ${question.code}
    public static void main(String[] args) {
        Solution solution = new $!velocityTool.camelCaseName(${question.titleSlug})().new Solution();
    }
}

Template Constant:

${question.title}	题目标题	示例:两数之和
${question.titleSlug}	题目标记	示例:two-sum
${question.frontendQuestionId}	题目编号
${question.content}	题目描述
${question.code}	题目代码
$!velocityTool.camelCaseName(str)	转换字符为大驼峰样式(开头字母大写)
$!velocityTool.smallCamelCaseName(str)	转换字符为小驼峰样式(开头字母小写)
$!velocityTool.snakeCaseName(str)	转换字符为蛇形样式
$!velocityTool.leftPadZeros(str,n)	在字符串的左边填充0,使字符串的长度至少为n
$!velocityTool.date()	获取当前时间

About

my leetcode solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages