iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

Udemy課程上完你也可以開始Codewars 30天 系列

筆者上了Udemy課程後,為了測試與練習開始的自發挑戰。
希望從新手入門的角度,給同為初學者的夥伴信心!

鐵人鍊成 | 共 30 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文
DAY 1

[Day1] Codewars >>> Persistent Bugger (Python)

開場白 筆者非本科系24歲,過去沒有上過正式程式課程的經驗。買了堂線上程式課後決定來寫codewars練習,參加鐵人賽紀錄我學習的日常,長期目標是未來能從0開始...

2022-09-16 ‧ 由 infinity5050 分享
DAY 2

[Day2] Codewars >>> Multiples of 3 or 5 (Python)

題目(6kyu): If we list all the natural numbers below 10 that are multiples of 3 o...

2022-09-17 ‧ 由 infinity5050 分享
DAY 3

[Day3] Codewars >>> Counting Duplicates (Python)

題目(6kyu): Count the number of DuplicatesWrite a function that will return the c...

2022-09-18 ‧ 由 infinity5050 分享
DAY 4

[Day4] Codewars >>>The search for Primes! Twin Primes!(Python)

題目(6kyu): A twin prime is a prime number that is either 2 less or 2 more than a...

2022-09-19 ‧ 由 infinity5050 分享
DAY 5

[Day5] Codewars >>>Take a Number And Sum Its Digits Raised To The Consecutive Powers (Python)

題目(6kyu): The number 89 is the first integer with more than one digit that fulf...

2022-09-20 ‧ 由 infinity5050 分享
DAY 6

[Day6] Codewars >>> Two Sum (Python)

題目(6kyu): Write a function that takes an array of numbers (integers for the tes...

2022-09-21 ‧ 由 infinity5050 分享
DAY 7

[Day7] Codewars >>> Number of trailing zeros of N!(Python)

題目(6kyu): Write a program that will calculate the number of trailing zeros in a...

2022-09-22 ‧ 由 infinity5050 分享
DAY 8

[Day8] Codewars >>> Build a pile of Cubes (Python)

題目(6kyu): Your task is to construct a building which will be a pile of n cubes....

2022-09-23 ‧ 由 infinity5050 分享
DAY 9

[Day9] Codewars >>> Playing with digits (Python)

題目(6kyu): DESCRIPTION:Some numbers have funny properties. For example: 89 --&gt...

2022-09-24 ‧ 由 infinity5050 分享
DAY 10

[Day10] Codewars >>> Maximum subarray sum (Python)

題目(5kyu): The maximum sum subarray problem consists in finding the maximum sum...

2022-09-25 ‧ 由 infinity5050 分享