本題庫取自 CSDN (https://blog.csdn.net/fuxuemingzhu/article/details/119514856)
LeetCode Liked 數最多的 100 道題目,難度主要介於 Medium ~ Easy 之間。本系列用意為期許自己在工作之餘也別忘了練習基礎資料結構和演算法解題~
1. Two Sum (Easy) Question Given an array of integers nums and an integer target...
3. Longest Substring Without Repeating Characters (Medium) Question Given a stri...
5. Longest Palindromic Substring Question Given a string s, return the longest p...
15. 3Sum Question Given an integer array nums, return all the triplets [nums[i],...
53. Maximum Subarray Question Given an integer array nums, find the contiguous s...
11. Container With Most Water Question You are given an integer array height of...
42. Trapping Rain Water Question Given n non-negative integers representing an e...
20. Valid Parentheses Question Given a string s containing just the characters '...
10. Regular Expression Matching Question Given an input string s and a pattern p...
26. Remove Duplicates from Sorted Array Question Given an integer array nums sor...