forked from progteam/Spring23
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblems.yml
More file actions
77 lines (55 loc) · 3.18 KB
/
problems.yml
File metadata and controls
77 lines (55 loc) · 3.18 KB
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
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/
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/
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
hard:
- path: "Week 1/Contest (Mar 11)/Road To Savings"
link: https://open.kattis.com/problems/roadtosavings