iT邦幫忙

kata相關文章
共有 37 則文章
鐵人賽 自我挑戰組 DAY 7
各種筆記 系列 第 7

技術 [Kata] Clojure - Day 7

Beginner Series - Clock Clock shows 'h' hours, 'm' minutes and 's' seconds after...

鐵人賽 自我挑戰組 DAY 6
各種筆記 系列 第 6

技術 [Kata] Clojure - Day 6

Is n divisible by x and y? Create a function that checks if a number n is divisi...

鐵人賽 自我挑戰組 DAY 5
各種筆記 系列 第 5

技術 [Kata] Clojure - Day 5

Function 1 - hello world Make a simple function called greet that returns the mo...

鐵人賽 自我挑戰組 DAY 4
各種筆記 系列 第 4

技術 [Kata] Clojure - Day 4

Alternate case Write function alternateCase which switch every letter in string...

鐵人賽 自我挑戰組 DAY 3
各種筆記 系列 第 3

技術 [Kata] Clojure - Day 3

Recursion 101 You will be given two positive integers a and b and your task will...

鐵人賽 自我挑戰組 DAY 2
各種筆記 系列 第 2

技術 [Kata] Clojure - Day 2

String repeat 依據給予的次數重複字串Write a function called repeat_str which repeats the gi...

鐵人賽 自我挑戰組 DAY 1
各種筆記 系列 第 1

技術 [Kata] Clojure - Day 1

為了熟悉 clojure,刷題練習語法 Get the mean of an array 回傳最接近陣列平均數的整數(無條件捨去),且不會給空陣列Return...