Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concepts to approaches #2166

Merged
merged 26 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0099efd
bank-account: add tags to approaches
ErikSchierboom Oct 4, 2023
be98a38
collatz-conjecture: add tags to approaches
ErikSchierboom Oct 4, 2023
fe92af3
difference-of-squares: add tags to approaches
ErikSchierboom Oct 4, 2023
513d406
darts: add tags to approaches
ErikSchierboom Oct 4, 2023
a763fba
diffie-hellman: add tags to approaches
ErikSchierboom Oct 4, 2023
42a0a8c
two-fer: add tags to approaches
ErikSchierboom Oct 4, 2023
9e8df06
series: add tags to approaches
ErikSchierboom Oct 4, 2023
6b9c760
sieve: add tags to approaches
ErikSchierboom Oct 4, 2023
879b154
gigasecond: add tags to approaches
ErikSchierboom Oct 4, 2023
3269596
grains: add tags to approaches
ErikSchierboom Oct 4, 2023
50115b5
bob: add tags to approaches
ErikSchierboom Oct 4, 2023
99e4225
grade-school: add tags to approaches
ErikSchierboom Oct 4, 2023
63f263c
hamming: add tags to approaches
ErikSchierboom Oct 4, 2023
b5ab70a
reverse-string: add tags to approaches
ErikSchierboom Oct 4, 2023
da6ac82
isogram: add tags to approaches
ErikSchierboom Oct 4, 2023
91bda57
pangram: add tags to approaches
ErikSchierboom Oct 4, 2023
5ea2dea
yacht: add tags to approaches
ErikSchierboom Oct 4, 2023
d0c7099
pig-latin: add tags to approaches
ErikSchierboom Oct 4, 2023
0b8c2b2
raindrops: add tags to approaches
ErikSchierboom Oct 4, 2023
f0d7cb0
leap: add tags to approaches
ErikSchierboom Oct 4, 2023
619c850
proverb: add tags to approaches
ErikSchierboom Oct 4, 2023
41f03eb
palindrome-products: add tags to approaches
ErikSchierboom Oct 4, 2023
8a499aa
perfect-numbers: add tags to approaches
ErikSchierboom Oct 4, 2023
f13ee87
rna-transcription: add tags to approaches
ErikSchierboom Oct 4, 2023
11bb7be
parallel-letter-frequency: add tags to approaches
ErikSchierboom Oct 4, 2023
ada5a72
protein-translation: add tags to approaches
ErikSchierboom Oct 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
parallel-letter-frequency: add tags to approaches
ErikSchierboom committed Oct 4, 2023
commit 11bb7be316032e248e0cc6ca279c1b6e0f899e6b
Original file line number Diff line number Diff line change
@@ -12,7 +12,10 @@
"blurb": "Use AsParallel() to parallelize counting characters.",
"authors": [
"erikschierboom"
]
],
"tags": {
"all": ["uses:Enumerable.AsParallel"]
}
}
]
}