Skip to content

Commit acdde7d

Browse files
version 2021
1 parent 6590fbf commit acdde7d

File tree

10 files changed

+56
-58
lines changed

10 files changed

+56
-58
lines changed

level-2/leetcode-phase-2-1/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- ***Queue and Dequeue*** `40 problems`
1313

1414

15-
## LeetCode - Array I `40 problems`
15+
### LeetCode - Array I `40 problems`
1616

1717
- [running sum of 1d array](https://leetcode.com/problems/running-sum-of-1d-array/)
1818
- [kids with the greatest number of candies](https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/)
@@ -55,7 +55,7 @@
5555
- [relative sort array](https://leetcode.com/problems/relative-sort-array/)
5656
- [fibonacci number](https://leetcode.com/problems/fibonacci-number/)
5757

58-
## LeetCode - Array II `40 problems`
58+
### LeetCode - Array II `40 problems`
5959

6060
- [available captures for rook](https://leetcode.com/problems/available-captures-for-rook/)
6161
- [number of students unable to eat lunch](https://leetcode.com/problems/number-of-students-unable-to-eat-lunch/)
@@ -98,7 +98,7 @@
9898
- [rank transform of an array](https://leetcode.com/problems/rank-transform-of-an-array/)
9999
- [check if a number is majority element in a sorted array](https://leetcode.com/problems/check-if-a-number-is-majority-element-in-a-sorted-array/)
100100

101-
## LeetCode - Array III `40 problems`
101+
### LeetCode - Array III `40 problems`
102102

103103
- [most visited sector in a circular track](https://leetcode.com/problems/most-visited-sector-in-a-circular-track/)
104104
- [find all numbers disappeared in an array](https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/)
@@ -144,7 +144,7 @@
144144
- [third maximum number](https://leetcode.com/problems/third-maximum-number/)
145145
- [missing ranges](https://leetcode.com/problems/missing-ranges/)
146146

147-
## LeetCode - Linked List `10 problems`
147+
### LeetCode - Linked List `10 problems`
148148

149149
- [convert binary number in a linked list to integer](https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer/)
150150
- [delete n nodes after m nodes of a linked list](https://leetcode.com/problems/delete-n-nodes-after-m-nodes-of-a-linked-list/)
@@ -158,7 +158,7 @@
158158
- [palindrome linked list](https://leetcode.com/problems/palindrome-linked-list/)
159159
- [remove linked list elements](https://leetcode.com/problems/remove-linked-list-elements/)
160160

161-
## LeetCode - Stack `50 problems`
161+
### LeetCode - Stack `50 problems`
162162

163163
- [remove outermost parentheses](https://leetcode.com/problems/remove-outermost-parentheses/)
164164
- [remove all adjacent duplicates in string](https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/)
@@ -209,7 +209,7 @@
209209
- [remove k digits](https://leetcode.com/problems/remove-k-digits/)
210210
- [decoded string at index](https://leetcode.com/problems/decoded-string-at-index/)
211211

212-
## LeetCode - Queue and Dequeue `40 problems`
212+
### LeetCode - Queue and Dequeue `40 problems`
213213

214214
- [moving average from data stream](https://leetcode.com/problems/moving-average-from-data-stream/)
215215
- [number of recent calls](https://leetcode.com/problems/number-of-recent-calls/)

level-2/leetcode-phase-2-2/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- ***Linked List*** `30 problems`
1111
- ***Stack*** `10 problems`
1212

13-
## LeetCode - Array I `50 problems`
13+
### LeetCode - Array I `50 problems`
1414

1515
- [subrectangle queries](https://leetcode.com/problems/subrectangle-queries/)
1616
- [minimum number of operations to move all balls to each box](https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/)
@@ -64,7 +64,7 @@
6464
- [shortest word distance iii](https://leetcode.com/problems/shortest-word-distance-iii/)
6565
- [max chunks to make sorted](https://leetcode.com/problems/max-chunks-to-make-sorted/)
6666

67-
## LeetCode - Array II `50 problems`
67+
### LeetCode - Array II `50 problems`
6868

6969
- [rle iterator](https://leetcode.com/problems/rle-iterator/)
7070
- [least number of unique integers after k removals](https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals/)
@@ -118,7 +118,7 @@
118118
- [set matrix zeroes](https://leetcode.com/problems/set-matrix-zeroes/)
119119
- [maximize distance to closest person](https://leetcode.com/problems/maximize-distance-to-closest-person/)
120120

121-
## LeetCode - Array III `50 problems`
121+
### LeetCode - Array III `50 problems`
122122

123123
- [friends of appropriate ages](https://leetcode.com/problems/friends-of-appropriate-ages/)
124124
- [find the celebrity](https://leetcode.com/problems/find-the-celebrity/)
@@ -172,7 +172,7 @@
172172
- [median of two sorted arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)
173173
- [word ladder ii](https://leetcode.com/problems/word-ladder-ii/)
174174

175-
## LeetCode - Linked List `30 problems`
175+
### LeetCode - Linked List `30 problems`
176176

177177
- [merge in between linked lists](https://leetcode.com/problems/merge-in-between-linked-lists/)
178178
- [remove duplicates from an unsorted linked list](https://leetcode.com/problems/remove-duplicates-from-an-unsorted-linked-list/)
@@ -206,7 +206,7 @@
206206
- [design linked list](https://leetcode.com/problems/design-linked-list/)
207207
- [reverse nodes in k group](https://leetcode.com/problems/reverse-nodes-in-k-group/)
208208

209-
## LeetCode - Stack `10 problems`
209+
### LeetCode - Stack `10 problems`
210210

211211
- [number of valid subarrays](https://leetcode.com/problems/number-of-valid-subarrays/)
212212
- [maximum frequency stack](https://leetcode.com/problems/maximum-frequency-stack/)

level-2/leetcode-phase-2-3/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- ***Hash Table II*** `40 problems`
1212
- ***Hash Table III*** `40 problems`
1313

14-
## LeetCode - Recursion `30 problems`
14+
### LeetCode - Recursion `30 problems`
1515

1616
- [sum of all subset xor totals](https://leetcode.com/problems/sum-of-all-subset-xor-totals/)
1717
- [range sum of bst](https://leetcode.com/problems/range-sum-of-bst/)
@@ -48,7 +48,7 @@
4848
- [strobogrammatic number iii](https://leetcode.com/problems/strobogrammatic-number-iii/)
4949
- [binary tree maximum path sum](https://leetcode.com/problems/binary-tree-maximum-path-sum/)
5050

51-
## LeetCode - Binary Tree `30 problems`
51+
### LeetCode - Binary Tree `30 problems`
5252

5353
- [find all the lonely nodes](https://leetcode.com/problems/find-all-the-lonely-nodes/)
5454
- [merge two binary trees](https://leetcode.com/problems/merge-two-binary-trees/)
@@ -84,7 +84,7 @@
8484
- [balance a binary search tree](https://leetcode.com/problems/balance-a-binary-search-tree/)
8585
- [maximum sum bst in binary tree](https://leetcode.com/problems/maximum-sum-bst-in-binary-tree/)
8686

87-
## LeetCode - Heap Tree `30 problems`
87+
### LeetCode - Heap Tree `30 problems`
8888

8989
- [last stone weight](https://leetcode.com/problems/last-stone-weight/)
9090
- [kth largest element in a stream](https://leetcode.com/problems/kth-largest-element-in-a-stream/)
@@ -114,7 +114,7 @@
114114
- [find k pairs with smallest sums](https://leetcode.com/problems/find-k-pairs-with-smallest-sums/)
115115
- [design twitter](https://leetcode.com/problems/design-twitter/)
116116

117-
## LeetCode - Hash Table I `40 problems`
117+
### LeetCode - Hash Table I `40 problems`
118118

119119
- [number of good pairs](https://leetcode.com/problems/number-of-good-pairs/)
120120
- [jewels and stones](https://leetcode.com/problems/jewels-and-stones/)
@@ -157,7 +157,7 @@
157157
- [longest harmonious subsequence](https://leetcode.com/problems/longest-harmonious-subsequence/)
158158
- [longest word in dictionary](https://leetcode.com/problems/longest-word-in-dictionary/)
159159

160-
## LeetCode - Hash Table II `40 problems`
160+
### LeetCode - Hash Table II `40 problems`
161161

162162
- [two sum](https://leetcode.com/problems/two-sum/)
163163
- [strobogrammatic number](https://leetcode.com/problems/strobogrammatic-number/)
@@ -200,7 +200,7 @@
200200
- [max number of k sum pairs](https://leetcode.com/problems/max-number-of-k-sum-pairs/)
201201
- [number of boomerangs](https://leetcode.com/problems/number-of-boomerangs/)
202202

203-
## LeetCode - Hash Table III `40 problems`
203+
### LeetCode - Hash Table III `40 problems`
204204

205205
- [minimum area rectangle](https://leetcode.com/problems/minimum-area-rectangle/)
206206
- [vowel spellchecker](https://leetcode.com/problems/vowel-spellchecker/)

level-2/leetcode-phase-2-4/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- ***Heap Tree*** `30 problems`
1111
- ***Hash Table*** `10 problems`
1212

13-
## LeetCode - Binary Tree I `30 problems`
13+
### LeetCode - Binary Tree I `30 problems`
1414

1515
- [deepest leaves sum](https://leetcode.com/problems/deepest-leaves-sum/)
1616
- [sum of nodes with even valued grandparent](https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparent/)
@@ -46,7 +46,7 @@
4646
- [flip equivalent binary trees](https://leetcode.com/problems/flip-equivalent-binary-trees/)
4747
- [maximum binary tree ii](https://leetcode.com/problems/maximum-binary-tree-ii/)
4848

49-
## LeetCode - Binary Tree II `30 problems`
49+
### LeetCode - Binary Tree II `30 problems`
5050

5151
- [maximum average subtree](https://leetcode.com/problems/maximum-average-subtree/)
5252
- [kth smallest element in a bst](https://leetcode.com/problems/kth-smallest-element-in-a-bst/)
@@ -86,7 +86,7 @@
8686
- [construct binary tree from inorder and postorder traversal](https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/)
8787
- [populating next right pointers in each node](https://leetcode.com/problems/populating-next-right-pointers-in-each-node/)
8888

89-
## LeetCode - Binary Tree III `30 problems`
89+
### LeetCode - Binary Tree III `30 problems`
9090

9191
- [count complete tree nodes](https://leetcode.com/problems/count-complete-tree-nodes/)
9292
- [path sum ii](https://leetcode.com/problems/path-sum-ii/)
@@ -121,7 +121,7 @@
121121
- [tree of coprimes](https://leetcode.com/problems/tree-of-coprimes/)
122122
- [redundant connection ii](https://leetcode.com/problems/redundant-connection-ii/)
123123

124-
## LeetCode - Heap Tree `30 problems`
124+
### LeetCode - Heap Tree `30 problems`
125125

126126
- [employee free time](https://leetcode.com/problems/employee-free-time/)
127127
- [find the kth smallest sum of a matrix with sorted rows](https://leetcode.com/problems/find-the-kth-smallest-sum-of-a-matrix-with-sorted-rows/)
@@ -156,7 +156,7 @@
156156
- [longest chunked palindrome decomposition](https://leetcode.com/problems/longest-chunked-palindrome-decomposition/)
157157
- [distinct echo substrings](https://leetcode.com/problems/distinct-echo-substrings/)
158158

159-
## LeetCode - Hash Table `10 problems`
159+
### LeetCode - Hash Table `10 problems`
160160

161161
- [smallest range covering elements from k lists](https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/)
162162
- [number of distinct islands ii](https://leetcode.com/problems/number-of-distinct-islands-ii/)

level-3/codeforces-phase-3-educational-contests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
### Table of Content
66

7-
- ***Educational Codeforces Rounds I*** `25 contests`
8-
- ***Educational Codeforces Rounds II*** `25 contests`
9-
- ***Educational Codeforces Rounds III*** `25 contests`
10-
- ***Educational Codeforces Rounds IV*** `25 contests`
7+
- ***Educational Codeforces Rounds I*** `25 contests`
8+
- ***Educational Codeforces Rounds II*** `25 contests`
9+
- ***Educational Codeforces Rounds III*** `25 contests`
10+
- ***Educational Codeforces Rounds IV*** `25 contests`
1111

1212
### Codeforces - Educational Rounds I `25 contests`
1313

level-3/codeforces-phase-3-gym-contests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
### Table of Content
66

77
- ***Codeforces GYM Contests 2*** `20 contests`
8-
- ***Codeforces GYM Contests 3 I*** `25 contests`
9-
- ***Codeforces GYM Contests 3 II*** `15 contests`
8+
- ***Codeforces GYM Contests 3 I*** `25 contests`
9+
- ***Codeforces GYM Contests 3 II*** `15 contests`
1010
- ***Codeforces GYM Contests 3 III*** `30 contests`
11-
- ***Codeforces GYM Contests 3 IV*** `30 contests`
12-
- ***Codeforces GYM Contests 3 V*** `30 contests`
11+
- ***Codeforces GYM Contests 3 IV*** `30 contests`
12+
- ***Codeforces GYM Contests 3 V*** `30 contests`
1313

1414
### Codeforces - GYM Contests 2 `20 contests`
1515

level-3/leetcode-phase-3-1/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- ***Sort II*** `40 problems`
1212
- ***Greedy*** `20 problems`
1313

14-
## LeetCode - Binary Search I `30 problems`
14+
### LeetCode - Binary Search I `30 problems`
1515

1616
- [count negative numbers in a sorted matrix](https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/)
1717
- [the k weakest rows in a matrix](https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix/)
@@ -49,7 +49,7 @@
4949
- [shortest distance to target color](https://leetcode.com/problems/shortest-distance-to-target-color/)
5050
- [minimum limit of balls in a bag](https://leetcode.com/problems/minimum-limit-of-balls-in-a-bag/)
5151

52-
## LeetCode - Binary Search II `30 problems`
52+
### LeetCode - Binary Search II `30 problems`
5353

5454
- [minimum number of days to make m bouquets](https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets/)
5555
- [online election](https://leetcode.com/problems/online-election/)
@@ -86,7 +86,7 @@
8686
- [ugly number iii](https://leetcode.com/problems/ugly-number-iii/)
8787
- [divide two integers](https://leetcode.com/problems/divide-two-integers/)
8888

89-
## LeetCode - Divide and Conquer `20 problems`
89+
### LeetCode - Divide and Conquer `20 problems`
9090

9191
- [majority element](https://leetcode.com/problems/majority-element/)
9292
- [maximum subarray](https://leetcode.com/problems/maximum-subarray/)
@@ -110,7 +110,7 @@
110110
- [median of two sorted arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)
111111
- [reverse pairs](https://leetcode.com/problems/reverse-pairs/)
112112

113-
## LeetCode - Sort I `40 problems`
113+
### LeetCode - Sort I `40 problems`
114114

115115
- [shuffle string](https://leetcode.com/problems/shuffle-string/)
116116
- [sorting the sentence](https://leetcode.com/problems/sorting-the-sentence/)
@@ -153,7 +153,7 @@
153153
- [least number of unique integers after k removals](https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals/)
154154
- [rank teams by votes](https://leetcode.com/problems/rank-teams-by-votes/)
155155

156-
## LeetCode - Sort II `40 problems`
156+
### LeetCode - Sort II `40 problems`
157157

158158
- [people whose list of favorite companies is not a subset of another list](https://leetcode.com/problems/people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list/)
159159
- [minimum deletions to make character frequencies unique](https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-unique/)
@@ -194,7 +194,7 @@
194194
- [random pick with blacklist](https://leetcode.com/problems/random-pick-with-blacklist/)
195195
- [closest room](https://leetcode.com/problems/closest-room/)
196196

197-
## LeetCode - Greedy `20 problems`
197+
### LeetCode - Greedy `20 problems`
198198

199199
- [split a string in balanced strings](https://leetcode.com/problems/split-a-string-in-balanced-strings/)
200200
- [number of rectangles that can form the largest square](https://leetcode.com/problems/number-of-rectangles-that-can-form-the-largest-square/)

level-3/leetcode-phase-3-2/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
- ***Graph I*** `30 problems`
1212
- ***Graph II*** `30 problems`
1313

14-
15-
## LeetCode - Binary Search `30 problems`
14+
### LeetCode - Binary Search `30 problems`
1615

1716
- [swim in rising water](https://leetcode.com/problems/swim-in-rising-water/)
1817
- [divide chocolate](https://leetcode.com/problems/divide-chocolate/)
@@ -43,7 +42,7 @@
4342
- [super egg drop](https://leetcode.com/problems/super-egg-drop/)
4443
- [shortest subarray with sum at least k](https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/)
4544

46-
## LeetCode - Greedy I `40 problems`
45+
### LeetCode - Greedy I `40 problems`
4746

4847
- [minimize product sum of two arrays](https://leetcode.com/problems/minimize-product-sum-of-two-arrays/)
4948
- [partitioning into minimum number of deci binary numbers](https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers/)
@@ -85,7 +84,7 @@
8584
- [4 keys keyboard](https://leetcode.com/problems/4-keys-keyboard/)
8685
- [maximum absolute sum of any subarray](https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray/)
8786

88-
## LeetCode - Greedy II `40 problems`
87+
### LeetCode - Greedy II `40 problems`
8988

9089
- [longest happy string](https://leetcode.com/problems/longest-happy-string/)
9190
- [task scheduler](https://leetcode.com/problems/task-scheduler/)
@@ -127,7 +126,7 @@
127126
- [cinema seat allocation](https://leetcode.com/problems/cinema-seat-allocation/)
128127
- [minimum moves to make array complementary](https://leetcode.com/problems/minimum-moves-to-make-array-complementary/)
129128

130-
## LeetCode - Greedy III `40 problems`
129+
### LeetCode - Greedy III `40 problems`
131130

132131
- [minimum number of swaps to make the binary string alternating](https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-binary-string-alternating/)
133132
- [jump game](https://leetcode.com/problems/jump-game/)
@@ -168,7 +167,7 @@
168167
- [construct target array with multiple sums](https://leetcode.com/problems/construct-target-array-with-multiple-sums/)
169168
- [create maximum number](https://leetcode.com/problems/create-maximum-number/)
170169

171-
## LeetCode - Graph I `30 problems`
170+
### LeetCode - Graph I `30 problems`
172171

173172
- [find the town judge](https://leetcode.com/problems/find-the-town-judge/)
174173
- [find center of star graph](https://leetcode.com/problems/find-center-of-star-graph/)
@@ -200,7 +199,7 @@
200199
- [possible bipartition](https://leetcode.com/problems/possible-bipartition/)
201200
- [shortest path in a hidden grid](https://leetcode.com/problems/shortest-path-in-a-hidden-grid/)
202201

203-
## LeetCode - Graph II `30 problems`
202+
### LeetCode - Graph II `30 problems`
204203

205204
- [graph valid tree](https://leetcode.com/problems/graph-valid-tree/)
206205
- [all paths from source lead to destination](https://leetcode.com/problems/all-paths-from-source-lead-to-destination/)

0 commit comments

Comments
 (0)