Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aad7710

Browse files
feat(LC): add leetcode JS template file
1 parent 041b4e0 commit aad7710

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎LeetCode/###_leetcode.template.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* @see {@link https://leetcode.comlink ###. PROBLEM NAME GOES HERE}
3+
*/
4+
5+
/**
6+
* EXPLAIN
7+
*/
8+
9+
/**
10+
* APPROACH
11+
*/
12+
13+
/**
14+
* CODE
15+
*/
16+
17+
/**
18+
* COMPLEXITY
19+
* TIME O()
20+
* SPACE O()
21+
*/
22+
23+
/**
24+
* READ 0
25+
* EXPLAIN 0
26+
* APPROACH 0
27+
* CODE 0
28+
* TEST 0
29+
* OPTIMIZE 0
30+
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /