SECTION
[Codewar] Sections
PS/Codewar 2020. 2. 29. 22:56

https://www.codewars.com/kata/sections/train/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 the following equation of a surface S: z*z*z = x*x * y*y. Take a cross section of S by a plane P: z = k where k is a positive integer (k > 0). Call this cross..

[Codewar] First Variation on Caesar Cipher
PS/Codewar 2019. 11. 25. 23:25

https://www.codewars.com/kata/first-variation-on-caesar-cipher/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 The action of a Caesar cipher is to replace each plaintext letter with a different one a fixed number of places up or down the alphabet. This program..

[Codewar] Are they the "same"?
PS/Codewar 2019. 11. 18. 23:49

https://www.codewars.com/kata/are-they-the-same/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 Given two arrays a and b write a function comp(a, b) (compSame(a, b) in Clojure) that checks whether the two arrays have the "same" elements, with the same multipli..

[Codewar] Duplicate Encoder
PS/Codewar 2019. 11. 17. 23:52

https://www.codewars.com/kata/duplicate-encoder/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 Duplicate Encoder The goal of this exercise is to convert a string to a new string where each character in the new string is "(" if that character appears only once..

[Codewar] The Clockwise Spiral
PS/Codewar 2019. 11. 16. 22:15

https://www.codewars.com/kata/the-clockwise-spiral/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 Do you know how to make a spiral? Let's test it! Classic definition: A spiral is a curve which emanates from a central point, getting progressively farther away ..

검색 태그