iT邦幫忙

鐵人檔案

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

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

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

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

LeetCode 242. Valid Anagram

題目 Given two strings s and t , write a function to determine if t is an anagram...

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

LeetCode 283. Move Zeroes

題目 Given an array nums, write a function to move all 0's to the end of it while...

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

LeetCode 290. Word Pattern

題目 Given a pattern and a string s, find if s follows the same pattern. Here foll...

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

LeetCode 344. Reverse String

題目 Write a function that reverses a string. The input string is given as an arra...

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

LeetCode 367. Valid Perfect Square

題目 Given a positive integer num, write a function which returns True if num is a...

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

LeetCode 387. First Unique Character in a String

題目 Given a string, find the first non-repeating character in it and return its i...

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

LeetCode 53. Maximum Subarray

題目 Given an integer array nums, find the contiguous subarray (containing at leas...

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

LeetCode 1. Two Sum

題目 Given an array of integers nums and an integer target, return indices of the...

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

LeetCode 581. Shortest Unsorted Continuous Subarray

題目 Given an integer array nums, you need to find one continuous subarray that if...

2020-10-15 ‧ 由 WM 分享

LeetCode 896. Monotonic Array

題目 An array is monotonic if it is either monotone increasing or monotone decreas...

2020-10-16 ‧ 由 WM 分享