iT邦幫忙

鐵人檔案

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

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

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

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

LeetCode 9. Palindrome Number

題目 Determine whether an integer is a palindrome. An integer is a palindrome when...

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

LeetCode 12. Integer to Roman

題目 Roman numerals are represented by seven different symbols: I, V, X, L, C, D a...

2020-09-17 ‧ 由 WM 分享
DAY 3

LeetCode 7. Reverse Integer

題目 Given a 32-bit signed integer, reverse digits of an integer. 題意 反轉數值,反轉後的範圍介於...

2020-09-18 ‧ 由 WM 分享
DAY 4

LeetCode 13. Roman to Integer

題目 Roman numerals are represented by seven different symbols: I, V, X, L, C, D a...

2020-09-19 ‧ 由 WM 分享
DAY 5

LeetCode 14. Longest Common Prefix

題目 Write a function to find the longest common prefix string amongst an array of...

2020-09-20 ‧ 由 WM 分享
DAY 6

LeetCode 15. 3Sum

題目 Given an array nums of n integers, are there elements a, b, c in nums such th...

2020-09-21 ‧ 由 WM 分享
DAY 7

LeetCode 20. Valid Parentheses

題目 Given a string s containing just the characters '(', ')', '{', '}', '[' and '...

2020-09-22 ‧ 由 WM 分享
DAY 8

LeetCode 26. Remove Duplicates from Sorted Array

題目 Given a sorted array nums, remove the duplicates in-place such that each elem...

2020-09-23 ‧ 由 WM 分享
DAY 9

LeetCode 28. Implement strStr()

題目 Implement strStr().Return the index of the first occurrence of needle in hays...

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

LeetCode 35. Search Insert Position

題目 Given a sorted array and a target value, return the index if the target is fo...

2020-09-25 ‧ 由 WM 分享