6 kyu
DotNotation Transformer
Description:
Given a string dot notation, you should return a chained hash object, in the same order of this string:
Example:
transforms("kata.dot.notation", "final value")
Produces
{kata: {dot: {notation: "final value"}}}
Algorithms
Similar Kata:
Stats:
Created | Oct 14, 2016 |
Published | Oct 14, 2016 |
Warriors Trained | 223 |
Total Skips | 25 |
Total Code Submissions | 280 |
Total Times Completed | 90 |
Ruby Completions | 90 |
Total Stars | 2 |
% of votes with a positive feedback rating | 84% of 32 |
Total "Very Satisfied" Votes | 25 |
Total "Somewhat Satisfied" Votes | 4 |
Total "Not Satisfied" Votes | 3 |
Total Rank Assessments | 7 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 5 kyu |
Lowest Assessed Rank | 7 kyu |