🎨
CMMobileBook
  • CMoney Mobile Book
  • Git主題
    • Git 基本知識
    • Git 使用方法
    • Git Flow 開發方式
    • Commit Message 規則
    • GitLab + SSH key
    • 相關學習網站
    • 延伸 Bitbucket 操作
  • Scrum主題
    • Scrum 基本知識
  • 程式練習題
    • 前言
    • 物件導向練習
      • StopWatch
    • Foundation 程式練習
      • 合法回文-1 Valid Palindrome
      • Reformat Date
      • Day of the Year
      • Peak Index in a Mountain Array
      • Number of Days Between Two Dates
      • To lower case
      • Two Sum
      • Best Time to Buy and Sell Stock
      • Best Time to Buy and Sell Stock II
    • 條件邏輯練習
      • FizzBuzz
      • Single Number
      • Self Dividing Number
Powered by GitBook
On this page

Was this helpful?

  1. 程式練習題

前言

PreviousScrum 基本知識Next物件導向練習

Last updated 4 years ago

Was this helpful?

程式很適合進行重複、大量單純計算的工作。現今各種熱門語言,像是 Python, Swift, Java, Kotlin, JavaScript 等,在基本模組中,都已經寫好很多常用的 API,讓開發者在做排序、找值上,可以直接呼叫。

當一個開發者愈熟悉所需語言的 API,那開發的速度和品質自然能夠提升。此主題以 的免費題設為練習題,讓開發者熟悉自己領域語言的 API。

另外,如果對 LeetCode 或是程式比賽有興趣的話,LeetCode 每週會有一次小比賽,每兩週會有一次排名的比賽,有興趣者可以自由參加。

資訊

LeetCode
LeetCode 比賽
Google Code Jam 比賽