Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

File metadata and controls

20 lines (14 loc) · 457 Bytes

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}

}