iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
自我挑戰組

用LeetCode來訓練大腦的邏輯思維 系列

如何檢視你對於一門程式語言的掌握程度,LeetCode是一項很好的檢測標準,
解題固然重要,但真正有意義的是過程中的思考,這也是很多新手最容易忽略的,
學習不是只有一直吸收而已,如何運用所學的知識去解決問題,才是最重要的。

參賽天數 16 天 | 共 30 篇文章 | 7 人訂閱 訂閱系列文 RSS系列文
DAY 11

LeetCode 58. Length of Last Word

題目 Given a string s consists of upper/lower-case alphabets and empty space chara...

2020-09-26 ‧ 由 WM 分享
DAY 12

LeetCode 88. Merge Sorted Array

題目 Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as on...

2020-09-27 ‧ 由 WM 分享
DAY 13

LeetCode 118. Pascal's Triangle

題目 Given a non-negative integer numRows, generate the first numRows of Pascal's...

2020-09-28 ‧ 由 WM 分享
DAY 14

LeetCode 121. Best Time to Buy and Sell Stock

題目 Say you have an array for which the ith element is the price of a given stock...

2020-09-29 ‧ 由 WM 分享
DAY 15

LeetCode 122. Best Time to Buy and Sell Stock II

題目 Say you have an array prices for which the ith element is the price of a give...

2020-09-30 ‧ 由 WM 分享
DAY 16

LeetCode 136. Single Number

題目 Given a non-empty array of integers, every element appears twice except for o...

2020-10-01 ‧ 由 WM 分享
DAY 16

LeetCode 168. Excel Sheet Column Title

題目 Given a positive integer, return its corresponding column title as appear in...

2020-10-03 ‧ 由 WM 分享
DAY 16

LeetCode 169. Majority Element

題目 Given an array of size n, find the majority element. The majority element is...

2020-10-04 ‧ 由 WM 分享
DAY 16

LeetCode 202. Happy Number

題目 Write an algorithm to determine if a number n is "happy". A happy n...

2020-10-05 ‧ 由 WM 分享
DAY 16

LeetCode 231. Power of Two

題目 Given an integer n, write a function to determine if it is a power of two. 題意...

2020-10-06 ‧ 由 WM 分享