7 kyu
Getting to know LINQ
550Goto10
Description:
In .NET the Language Integrated Query (LINQ) component adds several helpful methods that can be used with enumerables.
The goal of this Kata is to practice some scenarios where LINQ can be used to replace loops.
Replace each loop in the code with a LINQ expression. The validation will fail if the words 'for' or 'while' occurs anywhere in the code (even in comments).
Fundamentals
Similar Kata:
Stats:
Created | Nov 5, 2016 |
Published | Nov 5, 2016 |
Warriors Trained | 1098 |
Total Skips | 21 |
Total Code Submissions | 3210 |
Total Times Completed | 550 |
C# Completions | 550 |
Total Stars | 19 |
% of votes with a positive feedback rating | 95% of 115 |
Total "Very Satisfied" Votes | 104 |
Total "Somewhat Satisfied" Votes | 11 |
Total "Not Satisfied" Votes | 0 |
Total Rank Assessments | 13 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |