7 kyu
Split In Parts
2,988 of 8,025bmw318mt
Description:
The aim of this kata is to split a given string into different strings of equal size (note size of strings is passed to the method)
Example:
Split the below string into other strings of size #3
'supercalifragilisticexpialidocious'
Will return a new string
'sup erc ali fra gil ist ice xpi ali doc iou s'
Assumptions:
String length is always greater than 0
String has no spaces
Size is always positive
Strings
Fundamentals
Similar Kata:
Stats:
Created | Nov 21, 2015 |
Published | Nov 21, 2015 |
Warriors Trained | 11982 |
Total Skips | 289 |
Total Code Submissions | 21844 |
Total Times Completed | 8025 |
C# Completions | 590 |
Ruby Completions | 426 |
JavaScript Completions | 2988 |
Java Completions | 1460 |
Python Completions | 2690 |
CoffeeScript Completions | 12 |
C Completions | 85 |
Total Stars | 159 |
% of votes with a positive feedback rating | 94% of 1129 |
Total "Very Satisfied" Votes | 1020 |
Total "Somewhat Satisfied" Votes | 92 |
Total "Not Satisfied" Votes | 17 |