SECTION
[Codewar] Roman Numerals Helper
PS/Codewar 2022. 1. 4. 13:58

https://www.codewars.com/kata/51b66044bce5799a7f000003 Codewars: Achieve mastery through coding challenge Codewars is a coding practice site for all programmers where you can learn various programming languages. Join the community and improve your skills in many languages! www.codewars.com Create a RomanNumerals class that can convert a roman numeral to and from an integer value. It should follo..

[Codewar] Path Finder #1: can you reach the exit?
PS/Codewar 2020. 3. 28. 22:44

https://www.codewars.com/kata/5765870e190b1472ec0022a2/java Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com Task You are at position [0, 0] in maze NxN and you can only move in one of the four cardinal directions (i.e. North, East, South, West). Return true if you ..

[Codewar] Snail
PS/Codewar 2020. 3. 15. 23:23

https://www.codewars.com/kata/521c2db8ddc89b9b7a0000c1/java Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com Snail Sort Given an n x n array, return the array elements arranged from outermost elements to the middle element, traveling clockwise. array = [[1,2,3], [4,..

[Codewar] Twice linear
PS/Codewar 2020. 3. 14. 23:43

https://www.codewars.com/kata/5672682212c8ecf83e000050/java Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com Consider a sequence u where u is defined as follows: The number u(0) = 1 is the first one in u. For each x in u, then y = 2 * x + 1 and z = 3 * x + 1 must be..

[Codewar] Strip Comments
PS/Codewar 2020. 3. 9. 23:42

https://www.codewars.com/kata/51c8e37cee245da6b40000bd/java Codewars: Train your coding skills Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential. www.codewars.com Complete the solution so that it strips all text that follows any of a set of comment markers passed in. Any whitespace at the end of the line should also be..

검색 태그