-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathproblems.yml
236 lines (161 loc) · 10.5 KB
/
problems.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
points:
trivial: 1
easy: 2
medium: 6
hard: 20
advanced: 75
problems:
trivial:
- path: "Week 1/Weekly Practice Problems (Week 1)/2011: Final Value of Variable After Performing Operations"
link: https://leetcode.com/problems/final-value-of-variable-after-performing-operations/
- path: "Week 1/Weekly Practice Problems (Week 1)/0412: Fizz Buzz"
link: https://leetcode.com/problems/fizz-buzz/
- path: "Week 1/Weekly Practice Problems (Week 1)/2413: Smallest Even Multiple"
link: https://leetcode.com/problems/smallest-even-multiple/
- path: "Week 1/Weekly Practice Problems (Week 1)/2235: Add Two Integers"
link: https://leetcode.com/problems/add-two-integers/
- path: "Week 1/Weekly Practice Problems (Week 1)/0709: To Lower Case"
link: https://leetcode.com/problems/to-lower-case/
- path: "Week 1/Weekly Practice Problems (Week 1)/1929. Concatenation of Array"
link: https://leetcode.com/problems/concatenation-of-array/
- path: "Week 2/Contest (Mar 18)/N-Sum"
link: https://open.kattis.com/problems/nsum
- path: "Week 2/Contest (Mar 18)/Blueberry Waffle"
link: https://open.kattis.com/problems/blueberrywaffle
- path: "Week 2/Contest (Mar 20)/Stuck In A Time Loop"
link: https://open.kattis.com/problems/timeloop
- path: "Week 2/Contest (Mar 20)/ABC"
link: https://open.kattis.com/problems/abc
- path: "Week 2/Weekly Practice Problems (Week 2)/2520: Count the Digits That Divide a Number"
link: https://leetcode.com/problems/count-the-digits-that-divide-a-number
- path: "Week 2/Weekly Practice Problems (Week 2)/1688: Count of Matches in Tournament"
link: https://leetcode.com/problems/count-of-matches-in-tournament
- path: "Week 2/Weekly Practice Problems (Week 2)/2595: Number of Even and Odd Bits"
link: https://leetcode.com/problems/number-of-even-and-odd-bits/
- path: "Week 6/Contest (Apr 17)/Finding An A"
link: https://open.kattis.com/problems/findingana
- path: "Week 6/Contest (Apr 17)/Cold-puter Science"
link: https://open.kattis.com/problems/cold
- path: "Week 6/Weekly Practice Problems (Week 6)/2643: Row With Maximum Ones"
link: https://leetcode.com/problems/row-with-maximum-ones/
- path: "Week 7/Weekly Practice Problems (Week 7)/2651: Calculate Delayed Arrival Time"
link: https://leetcode.com/problems/calculate-delayed-arrival-time/
- path: "Week 7/Weekly Practice Problems (Week 7)/2652: Sum Multiples"
link: https://leetcode.com/problems/sum-multiples/
- path: "Week 8/Weekly Practice Problems (Week 8)/0292: Nim Game"
link: https://leetcode.com/problems/nim-game/
easy:
- path: "Week 1/Contest (Mar 11)/Knot Knowledge"
link: https://open.kattis.com/problems/knotknowledge
- path: "Week 1/Weekly Practice Problems (Week 1)/1572: Matrix Diagonal Sum"
link: https://leetcode.com/problems/matrix-diagonal-sum/
- path: "Week 1/Weekly Practice Problems (Week 1)/1528: Shuffle String"
link: https://leetcode.com/problems/shuffle-string/
- path: "Week 1/Weekly Practice Problems (Week 1)/2485: Find the Pivot Integer"
link: https://leetcode.com/problems/find-the-pivot-integer/
- path: "Week 1/Weekly Practice Problems (Week 1)/2469: Convert the Temperature"
link: https://leetcode.com/problems/convert-the-temperature/
- path: "Week 1/Weekly Practice Problems (Week 1)/2114: Maximum Number of Words Found in Sentences"
link: https://leetcode.com/problems/maximum-number-of-words-found-in-sentences/
- path: "Week 1/Weekly Practice Problems (Week 1)/1365: How Many Numbers Are Smaller Than the Current Number"
link: https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/
- path: "Week 1/Extra Practice Problems (Week 1)/0496: Next Greater Element I"
link: https://leetcode.com/problems/next-greater-element-i/
- path: "Week 2/Contest (Mar 18)/Joint Jog Jam"
link: https://open.kattis.com/problems/jointjogjam
- path: "Week 2/Contest (Mar 18)/Identifying Map Tiles"
link: https://open.kattis.com/problems/maptiles2
- path: "Week 2/Contest (Mar 18)/Pig Latin"
link: https://open.kattis.com/problems/piglatin
- path: "Week 2/Contest (Mar 18)/Okvir"
link: https://open.kattis.com/problems/okvir
- path: "Week 2/Contest (Mar 20)/Sun and Moon"
link: https://open.kattis.com/problems/sunandmoon
- path: "Week 2/Weekly Practice Problems (Week 2)/2553: Separate the Digits in an Array"
link: https://leetcode.com/problems/separate-the-digits-in-an-array/
- path: "Week 3/Weekly Practice Problems (Week 3)/0278: First Bad Version"
link: https://leetcode.com/problems/first-bad-version/
- path: "Week 4/Contest (Apr 3)/Flip Flow"
link: https://open.kattis.com/problems/flipflow
- path: "Week 4/Contest (Apr 3)/Tajna"
link: https://open.kattis.com/problems/tajna
- path: "Week 4/Contest (Apr 3)/Shopping List (Easy)"
link: https://open.kattis.com/problems/shoppinglisteasy
- path: "Week 4/Contest (Apr 3)/Hot Hike"
link: https://open.kattis.com/problems/hothike
- path: "Week 6/Contest (Apr 17)/Fading Wind"
link: https://open.kattis.com/problems/fadingwind
- path: "Week 6/Weekly Practice Problems (Week 6)/2644: Find the Maximum Divisibility Score"
link: https://leetcode.com/problems/find-the-maximum-divisibility-score/
- path: "Week 6/Weekly Practice Problems (Week 6)/2639: Find the Width of Columns of a Grid"
link: https://leetcode.com/problems/find-the-width-of-columns-of-a-grid/
- path: "Week 7/Weekly Practice Problems (Week 7)/1046: Last Stone Weight"
link: https://leetcode.com/problems/last-stone-weight/
- path: "Week 7/Weekly Practice Problems (Week 7)/2558: Take Gifts From the Richest Pile"
link: https://leetcode.com/problems/take-gifts-from-the-richest-pile/
medium:
- path: "Week 1/Extra Practice Problems (Week 1)/0503: Next Greater Element II"
link: https://leetcode.com/problems/next-greater-element-ii/
- path: "Week 1/Contest (Mar 11)/Grid"
link: https://open.kattis.com/problems/grid
- path: "Week 1/Contest (Mar 11)/Proofs"
link: https://open.kattis.com/problems/proofs
- path: "Week 1/Contest (Mar 11)/Restaurant Opening"
link: https://open.kattis.com/problems/restaurantopening
- path: "Week 1/Contest (Mar 11)/Bishops"
link: https://open.kattis.com/problems/bishops
- path: "Week 1/Contest (Mar 11)/Left and Right"
link: https://open.kattis.com/problems/leftandright
- path: "Week 1/Contest (Mar 11)/Secret Message"
link: https://open.kattis.com/problems/secretmessage
- path: "Week 2/Contest (Mar 18)/Even Up Solitaire"
link: https://open.kattis.com/problems/evenup
- path: "Week 2/Contest (Mar 18)/Tour De France"
link: https://open.kattis.com/problems/tourdefrance
- path: "Week 2/Contest (Mar 18)/Best Compromise"
link: https://open.kattis.com/problems/compromise
- path: "Week 2/Contest (Mar 18)/Geppetto"
link: https://open.kattis.com/problems/geppetto
- path: "Week 2/Contest (Mar 18)/Anthony and Diablo"
link: https://open.kattis.com/problems/anthonyanddiablo
- path: "Week 2/Contest (Mar 20)/Tournament Seeding"
link: https://open.kattis.com/problems/tournamentseeding
- path: "Week 2/Extra Practice Problems (Week 2)/2592: Maximize Greatness of an Array"
link: https://leetcode.com/problems/maximize-greatness-of-an-array/
- path: "Week 2/Extra Practice Problems (Week 2)/2593: Find Score of an Array After Marking All Elements"
link: https://leetcode.com/problems/find-score-of-an-array-after-marking-all-elements/
- path: "Week 2/Extra Practice Problems (Week 2)/2596: Check Knight Tour Configuration"
link: https://leetcode.com/problems/check-knight-tour-configuration/
- path: "Week 2/Extra Practice Problems (Week 2)/2594. Minimum Time to Repair Cars"
link: https://leetcode.com/problems/minimum-time-to-repair-cars/
- path: "Week 2/Extra Practice Problems (Week 2)/2597: The Number of Beautiful Subsets"
link: https://leetcode.com/problems/the-number-of-beautiful-subsets/
- path: "Week 2/Extra Practice Problems (Week 2)/2598: Smallest Missing Non-negative Integer After Operations"
link: https://leetcode.com/problems/smallest-missing-non-negative-integer-after-operations/
- path: "Week 4/Contest (Apr 3)/Tic-Tac State"
link: https://open.kattis.com/problems/tictacstate
- path: "Week 4/Extra Practice Problems (Week 4)/2405: Optimal Partition of String"
link: https://leetcode.com/problems/optimal-partition-of-string/
- path: "Week 4/Extra Practice Problems (Week 4)/0881: Boats to Save People"
link: https://leetcode.com/problems/boats-to-save-people
- path: "Week 5/Contest (Apr 8)/Doubleplusgood"
link: https://open.kattis.com/problems/doubleplusgood
- path: "Week 6/Contest (Apr 17)/Careful Ascent"
link: https://open.kattis.com/problems/carefulascent
- path: "Week 6/Contest (Apr 17)/Disastrous Downtime"
link: https://open.kattis.com/problems/downtime
- path: "Week 6/Extra Practice Problems (Week 6)/2645: Minimum Additions to Make Valid String"
link: https://leetcode.com/problems/minimum-additions-to-make-valid-string/
hard:
- path: "Week 1/Contest (Mar 11)/Road To Savings"
link: https://open.kattis.com/problems/roadtosavings
- path: "Week 2/Contest (Mar 18)/Association of Cats and Magical Lights"
link: https://open.kattis.com/problems/magicallights
- path: "Week 2/Contest (Mar 18)/Rock Climbing"
link: https://open.kattis.com/problems/rockclimbing
- path: "Week 3/Extra Practice Problems (Week 3)/0087: Scramble String"
link: https://leetcode.com/problems/scramble-string
- path: "Week 6/Extra Practice Problems (Week 6)/0879: Profitable Schemes"
link: https://leetcode.com/problems/profitable-schemes/
- path: "Week 6/Extra Practice Problems (Week 6)/2646: Minimize the Total Price of the Trips"
link: https://leetcode.com/problems/minimize-the-total-price-of-the-trips/