2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 759
昨天我們講到 collections 模組,今天我們來介紹 collections 模組中的 deque:double-ended queue,也就是雙端佇列。...
Day 22
2024-10-06
101
0
原文題目Given head, the head of a linked list, determine if the linked list has a cy...
Day 28
2024-10-12
101
0
時間管理是考試成功的關鍵之一,尤其在刷題時更顯得重要。有效的時間管理不僅能提高學習效率,還能避免因時間不足而導致的壓力與焦慮。首先,我們需要為每天的刷題時間制定...
Day 18
2024-08-30
101
0
Given an array of points where points[i] = [xᵢ, yᵢ] represents a point on the X...
Day 28
2024-10-12
101
0
701. Insert into a Binary Search Tree 這題是一題類似於 2-3 樹中的插入操作,這道題可以用來理解如何保持樹的平衡。在一棵...
Day 14
2024-09-28
100
0
Problem : Given n pairs of parentheses, write a function to generate all combina...