Skip to content

Commit 4bbbdeb

Browse files
authored
parallel-letter-frequency: Sync tests & add missing (#2050)
1 parent 09dd021 commit 4bbbdeb

File tree

2 files changed

+322
-37
lines changed

2 files changed

+322
-37
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# This is an auto-generated file.
2+
#
3+
# Regenerating this file via `configlet sync` will:
4+
# - Recreate every `description` key/value pair
5+
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
6+
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
7+
# - Preserve any other key/value pair
8+
#
9+
# As user-added comments (using the # character) will be removed when this file
10+
# is regenerated, comments can be added via a `comment` key.
11+
12+
[c054d642-c1fa-4234-8007-9339f2337886]
13+
description = "no texts"
14+
15+
[818031be-49dc-4675-b2f9-c4047f638a2a]
16+
description = "one text with one letter"
17+
18+
[c0b81d1b-940d-4cea-9f49-8445c69c17ae]
19+
description = "one text with multiple letters"
20+
21+
[708ff1e0-f14a-43fd-adb5-e76750dcf108]
22+
description = "two texts with one letter"
23+
24+
[1b5c28bb-4619-4c9d-8db9-a4bb9c3bdca0]
25+
description = "two texts with multiple letters"
26+
27+
[6366e2b8-b84c-4334-a047-03a00a656d63]
28+
description = "ignore letter casing"
29+
rust_fn = "case_insensitivity"
30+
31+
[92ebcbb0-9181-4421-a784-f6f5aa79f75b]
32+
description = "ignore whitespace"
33+
34+
[bc5f4203-00ce-4acc-a5fa-f7b865376fd9]
35+
description = "ignore punctuation"
36+
rust_fn = "punctuation_doesnt_count"
37+
38+
[68032b8b-346b-4389-a380-e397618f6831]
39+
description = "ignore numbers"
40+
rust_fn = "numbers_dont_count"
41+
42+
[aa9f97ac-3961-4af1-88e7-6efed1bfddfd]
43+
description = "Unicode letters"
44+
45+
[7b1da046-701b-41fc-813e-dcfb5ee51813]
46+
description = "combination of lower- and uppercase letters, punctuation and white space"
47+
rust_fn = "all_three_anthems_1_worker"
48+
49+
[4727f020-df62-4dcf-99b2-a6e58319cb4f]
50+
description = "large texts"
51+
52+
[adf8e57b-8e54-4483-b6b8-8b32c115884c]
53+
description = "many small texts"
54+
rust_fn = "many_times_same_text"

0 commit comments

Comments
 (0)