Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit f546c8d

Browse files
authored
Update README.md (#146)
You have a cold, you got excited. You are not adding scheme or starting SICP yet. That's way in the future.
1 parent b075d4d commit f546c8d

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

w1/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
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.
66

77

8-
| Python | Elixir | TypeScript | Go | Scheme |
9-
|--------|--------|------------|----|--------|
10-
||||| |
8+
| Python | Elixir | TypeScript | Go |
9+
|--------|--------|------------|----|
10+
|||||
1111

1212

1313

@@ -17,19 +17,19 @@ Given an array of integers, calculate the ratios of positive, negative, and zero
1717

1818
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers.
1919

20-
| Python | Elixir | TypeScript | Go | Scheme |
21-
|--------|--------|------------|----|--------|
22-
||||||
20+
| Python | Elixir | TypeScript | Go |
21+
|--------|--------|------------|----|
22+
|||||
2323

2424
2525

2626
## 3. Time Conversion
2727

2828
Convert time from 12-hour AM/PM format to 24-hour military time.
2929

30-
| Python | Elixir | TypeScript | Go | Scheme |
31-
|--------|--------|------------|----|--------|
32-
|||| ✏️ | |
30+
| Python | Elixir | TypeScript | Go |
31+
|--------|--------|------------|----|
32+
|||| ✏️ |
3333

3434

3535
@@ -38,19 +38,19 @@ Convert time from 12-hour AM/PM format to 24-hour military time.
3838

3939
Track how many times a player’s highest and lowest scores are broken during a season of games.
4040

41-
| Python | Elixir | TypeScript | Go | Scheme |
42-
|--------|--------|------------|----|--------|
43-
||||| |
41+
| Python | Elixir | TypeScript | Go |
42+
|--------|--------|------------|----|
43+
|||||
4444

4545
4646

4747
## 5. Camel Case
4848

4949
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.
5050

51-
| Python | Elixir | TypeScript | Go | Scheme |
52-
|--------|--------|------------|----|--------|
53-
|||| | |
51+
| Python | Elixir | TypeScript | Go |
52+
|--------|--------|------------|----|
53+
|||| |
5454

5555

5656
@@ -60,9 +60,9 @@ Typically involves parsing or transforming camelCase and PascalCase strings (e.g
6060
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.
6161

6262

63-
| Python | Elixir | TypeScript | Go | Scheme |
64-
|--------|--------|------------|----|--------|
65-
|| || | |
63+
| Python | Elixir | TypeScript | Go |
64+
|--------|--------|------------|----|
65+
|||| |
6666

6767

6868
@@ -73,6 +73,6 @@ Given a list of input strings and a set of query strings, return the number of t
7373

7474

7575

76-
| Python | Elixir | TypeScript | Go | Scheme |
77-
|--------|--------|------------|----|--------|
78-
|||| | |
76+
| Python | Elixir | TypeScript | Go |
77+
|--------|--------|------------|----|
78+
|||| |

0 commit comments

Comments
 (0)