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 113cf34

Browse files
feat(LC): add 121 and 142 base files; no code
1 parent b77ac6b commit 113cf34

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/**
2+
* @see {@link https://leetcode.com/problems/best-time-to-buy-and-sell-stock/?envType=study-plan&id=level-1 121. Best Time to Buy and Sell Stock}
3+
*/
4+
5+
/**
6+
* EXPLAIN
7+
*/
8+
9+
/**
10+
* APPROACH
11+
*/
12+
13+
/**
14+
* CODE
15+
* TIME:
16+
* MEMORY:
17+
*/
18+
19+
/**
20+
* COMPLEXITY
21+
* TIME O()
22+
* SPACE O()
23+
*/
24+
25+
/**
26+
* READ 0
27+
* EXPLAIN 0
28+
* APPROACH 0
29+
* CODE [FAIL] 0
30+
* TEST 0
31+
* OPTIMIZE 0
32+
*/
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/**
2+
* @see {@link https://leetcode.com/problems/linked-list-cycle-ii/?envType=study-plan&id=level-1 142. LinkedListCycleII}
3+
*/
4+
5+
/**
6+
* EXPLAIN
7+
*/
8+
9+
/**
10+
* APPROACH
11+
*/
12+
13+
/**
14+
* CODE
15+
* TIME:
16+
* MEMORY:
17+
*/
18+
19+
/**
20+
* COMPLEXITY
21+
* TIME O()
22+
* SPACE O()
23+
*/
24+
25+
/**
26+
* READ 0
27+
* EXPLAIN 0
28+
* APPROACH 0
29+
* CODE [FAIL] 0
30+
* TEST 0
31+
* OPTIMIZE 0
32+
*/

0 commit comments

Comments
(0)

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