iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

LeetCode Top 100 Liked 系列

本題庫取自 CSDN (https://blog.csdn.net/fuxuemingzhu/article/details/119514856)
LeetCode Liked 數最多的 100 道題目,難度主要介於 Medium ~ Easy 之間。本系列用意為期許自己在工作之餘也別忘了練習基礎資料結構和演算法解題~

鐵人鍊成 | 共 77 篇文章 | 11 人訂閱 訂閱系列文 RSS系列文
DAY 11

[Day 11] 136. Single Number (Easy)

136. Single Number Question Given a non-empty array of integers nums, every elem...

2022-09-26 ‧ 由 JC 分享
DAY 12

[Day 12] Generate Parentheses (Medium)

22. Generate Parentheses Question Given n pairs of parentheses, write a function...

2022-09-27 ‧ 由 JC 分享
DAY 13

[Day 13] 206. Reverse Linked List (Easy)

206. Reverse Linked List Question Given the head of a singly linked list, revers...

2022-09-28 ‧ 由 JC 分享
DAY 14

[Day 14] Merge Two Sorted Lists (Easy)

21. Merge Two Sorted Lists Question You are given the heads of two sorted linked...

2022-09-29 ‧ 由 JC 分享
DAY 15

[Day 15] Climbing Stairs (Easy)

70. Climbing Stairs Question You are climbing a staircase. It takes n steps to r...

2022-09-30 ‧ 由 JC 分享
DAY 16

[Day 16] Longest Increasing Subsequence (Medium)

300. Longest Increasing Subsequence Question Given an integer array nums, return...

2022-10-01 ‧ 由 JC 分享
DAY 17

[Day 17] Best Time to Buy and Sell Stock (Easy)

121. Best Time to Buy and Sell Stock Question You are given an array prices wher...

2022-10-02 ‧ 由 JC 分享
DAY 18

[Day 18] Edit Distance (Hard)

72. Edit Distance Question Given two strings word1 and word2, return the minimum...

2022-10-03 ‧ 由 JC 分享
DAY 19

[Day 19] Longest Common Prefix (Easy)

14. Longest Common Prefix Question Write a function to find the longest common p...

2022-10-04 ‧ 由 JC 分享
DAY 20

[Day 20] House Robber (Medium)

198. House Robber Question You are a professional robber planning to rob houses...

2022-10-05 ‧ 由 JC 分享