Record my journey of learning algorithms in Java.
Use IntelliJ IDEA LeetCode plugin to practice problems.
title template:
LC${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})
code template:
${question.content}
package leetcode.editor.cn;
public class LC${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug}) {
${question.code}
}