Description: generateRange(2, 10, 2) // should return iterator of [2,4,6,8,10]
Sample tests: generate_range(1, 10, 1), [1, 2, 3, 4, 5, 6, 7, 8, 9])
It is not clear, if max included in range or not.
Thank you for your comment. Unfortunately, it is probably too late to make changes to the problem condition, since all decisions of users who used the libraries will be invalid. I will definitely consider your proposal in the future.
if n = 11, the array of numbers is [1,2,3,4,5,6,7,8,9,10,11]. After ordering lexicographically, it will be [1, 10, 11, 2, 3, 4, 5, 6, 7, 8, 9], and number 2 will be on forth position in this sequence, because numbering starts with 1.
Thank you for your comments. But I did not find any kata in which it would be required to find the belonging of a point to a part of the plane. Such tasks are sometimes given for interviews when looking for a job as a tester or developer, and I would like everyone to have the opportunity to practice with such tasks. Can this issue be considered as resolved?
There is no sample test for reverse function (JavaScript)
Approved.
The first letter 'a' should be russian 'а'
at first the solution was placed in preloaded, so any string in solution area counted as correct solution. But now author fixed this problem.
ok now
Description: generateRange(2, 10, 2) // should return iterator of [2,4,6,8,10]
Sample tests: generate_range(1, 10, 1), [1, 2, 3, 4, 5, 6, 7, 8, 9])
It is not clear, if max included in range or not.
Thank you for your comment. Unfortunately, it is probably too late to make changes to the problem condition, since all decisions of users who used the libraries will be invalid. I will definitely consider your proposal in the future.
Average Assessed Rank of this kata was 7 kyu, it ranked by users rating.
if n = 11, the array of numbers is [1,2,3,4,5,6,7,8,9,10,11]. After ordering lexicographically, it will be [1, 10, 11, 2, 3, 4, 5, 6, 7, 8, 9], and number 2 will be on forth position in this sequence, because numbering starts with 1.
Thank you for your comments. But I did not find any kata in which it would be required to find the belonging of a point to a part of the plane. Such tasks are sometimes given for interviews when looking for a job as a tester or developer, and I would like everyone to have the opportunity to practice with such tasks. Can this issue be considered as resolved?
approved
Thank you, I never used it before. Fixed it with JSON.stringify.
Traceback (most recent call last):
File "main.py", line 2, in
import codewars_test as test
ModuleNotFoundError: No module named 'codewars_test'
@dfhwze I got message that VB was published with broken tests. Can you check it, please, if everything is ok.
I am not sure that everything all right. Some characters in translation are marked red. And add please examples specific for VB.
Loading more items...