Skip to content

Commit 6ad4dee

Browse files
li-kaiyangshun
authored andcommitted
Indicate problems that are LeetCode premium only (yangshun#12)
1 parent 5fca371 commit 6ad4dee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

algorithms/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ def traverse(matrix):
170170

171171
- [Clone Graph](https://leetcode.com/problems/clone-graph/)
172172
- [Course Schedule](https://leetcode.com/problems/course-schedule/)
173-
- [Alien Dictionary](https://leetcode.com/problems/alien-dictionary/)
173+
- [Alien Dictionary (Leetcode Premium)](https://leetcode.com/problems/alien-dictionary/)
174174
- [Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/)
175175
- [Number of Islands](https://leetcode.com/problems/number-of-islands/)
176-
- [Graph Valid Tree](https://leetcode.com/problems/graph-valid-tree/)
177-
- [Number of Connected Components in an Undirected Graph](https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/)
176+
- [Graph Valid Tree (Leetcode Premium)](https://leetcode.com/problems/graph-valid-tree/)
177+
- [Number of Connected Components in an Undirected Graph (Leetcode Premium)](https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/)
178178
- [Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/)
179179

180180
## Interval
@@ -204,7 +204,7 @@ def merge_overlapping_intervals(a, b):
204204

205205
- [Insert Interval](https://leetcode.com/problems/insert-interval/)
206206
- [Merge Intervals](https://leetcode.com/problems/merge-intervals/)
207-
- [Meeting Rooms](https://leetcode.com/problems/meeting-rooms/) and [Meeting Rooms II](https://leetcode.com/problems/meeting-rooms-ii/)
207+
- [Meeting Rooms (Leetcode Premium)](https://leetcode.com/problems/meeting-rooms/) and [Meeting Rooms II (Leetcode Premium)](https://leetcode.com/problems/meeting-rooms-ii/)
208208
- [Non-overlapping Intervals](https://leetcode.com/problems/non-overlapping-intervals/)
209209

210210
## Linked List
@@ -297,7 +297,7 @@ transposed_matrix = zip(*matrix)
297297
#### Practice Questions
298298

299299
- [Subsets](https://leetcode.com/problems/subsets/) and [Subsets II](https://leetcode.com/problems/subsets-ii/)
300-
- [Strobogrammatic Number II](https://leetcode.com/problems/strobogrammatic-number-ii/)
300+
- [Strobogrammatic Number II (Leetcode Premium)](https://leetcode.com/problems/strobogrammatic-number-ii/)
301301

302302
## String
303303

@@ -350,7 +350,7 @@ for c in set(word):
350350
- [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)
351351
- [Longest Repeating Character Replacement](https://leetcode.com/problems/longest-repeating-character-replacement/)
352352
- [Minimum Window Substring](https://leetcode.com/problems/minimum-window-substring/description/)
353-
- [Encode and Decode Strings](https://leetcode.com/problems/encode-and-decode-strings/)
353+
- [Encode and Decode Strings (Leetcode Premium)](https://leetcode.com/problems/encode-and-decode-strings/)
354354
- [Valid Anagram](https://leetcode.com/problems/valid-anagram)
355355
- [Group Anagrams](https://leetcode.com/problems/group-anagrams/)
356356
- [Valid Parentheses](https://leetcode.com/problems/valid-parentheses)

0 commit comments

Comments
 (0)