You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: w1/README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
Given an array of integers, calculate the ratios of positive, negative, and zero values. Output the results as decimal values with six digits of precision.
6
6
7
7
8
-
| Python | Elixir | TypeScript | Go | Scheme |
9
-
|--------|--------|------------|----|--------|
10
-
| ✅ | ✅ | ➖ | ✅ | ➖ |
8
+
| Python | Elixir | TypeScript | Go |
9
+
|--------|--------|------------|----|
10
+
| ✅ | ✅ | ➖ | ✅ |
11
11
12
12
13
13
@@ -17,19 +17,19 @@ Given an array of integers, calculate the ratios of positive, negative, and zero
17
17
18
18
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers.
19
19
20
-
| Python | Elixir | TypeScript | Go | Scheme |
21
-
|--------|--------|------------|----|--------|
22
-
| ✅ | ✅ | ➖ | ✅ | ➖ |
20
+
| Python | Elixir | TypeScript | Go |
21
+
|--------|--------|------------|----|
22
+
| ✅ | ✅ | ➖ | ✅ |
23
23
24
24
⸻
25
25
26
26
## 3. Time Conversion
27
27
28
28
Convert time from 12-hour AM/PM format to 24-hour military time.
29
29
30
-
| Python | Elixir | TypeScript | Go | Scheme |
31
-
|--------|--------|------------|----|--------|
32
-
| ✅ | ✅ | ✅ | ✏️ | ➖|
30
+
| Python | Elixir | TypeScript | Go |
31
+
|--------|--------|------------|----|
32
+
| ✅ | ✅ | ✅ |✏️|
33
33
34
34
35
35
⸻
@@ -38,19 +38,19 @@ Convert time from 12-hour AM/PM format to 24-hour military time.
38
38
39
39
Track how many times a player’s highest and lowest scores are broken during a season of games.
40
40
41
-
| Python | Elixir | TypeScript | Go |Scheme |
42
-
|--------|--------|------------|----|--------|
43
-
| ✅ | ✅ | ➖ | ➖ | ➖ |
41
+
| Python | Elixir | TypeScript | Go |
42
+
|--------|--------|------------|----|
43
+
| ✅ | ✅ | ➖ | ➖ |
44
44
45
45
⸻
46
46
47
47
## 5. Camel Case
48
48
49
49
Typically involves parsing or transforming camelCase and PascalCase strings (e.g., splitting or merging words based on formatting conventions). Exact prompt may vary slightly by version.
50
50
51
-
| Python | Elixir | TypeScript | Go |Scheme |
52
-
|--------|--------|------------|----|--------|
53
-
| ✅ | ➖ | ➖ | ➖ | ➖ |
51
+
| Python | Elixir | TypeScript | Go |
52
+
|--------|--------|------------|----|
53
+
| ✅ | ➖ | ➖ |➖|
54
54
55
55
56
56
⸻
@@ -60,9 +60,9 @@ Typically involves parsing or transforming camelCase and PascalCase strings (e.g
60
60
Count the number of (i, j) index pairs such that i < j and the sum of arr[i] + arr[j] is divisible by a given integer k.
61
61
62
62
63
-
| Python | Elixir | TypeScript | Go |Scheme |
64
-
|--------|--------|------------|----|--------|
65
-
| ✅ |➖ | ➖ | ➖ | ➖ |
63
+
| Python | Elixir | TypeScript | Go |
64
+
|--------|--------|------------|----|
65
+
| ✅ | ➖ | ➖ |➖|
66
66
67
67
68
68
⸻
@@ -73,6 +73,6 @@ Given a list of input strings and a set of query strings, return the number of t
0 commit comments