2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 759
Day 28
2024-10-12
101
0
701. Insert into a Binary Search Tree 這題是一題類似於 2-3 樹中的插入操作,這道題可以用來理解如何保持樹的平衡。在一棵...
Day 19
2024-09-22
100
0
Lab-login 題目很好心把他會查詢的指令列出來了,可以發現他都有用 () 包起來,所以截斷的時候要注意要把 ) 也帶上,就能順利 Injection 了。...
Day 20
2024-10-04
100
0
解題程式碼 var findCircleNum = function (isConnected) { const visited = new Set();...
Day 14
2024-09-28
100
0
Problem : Given n pairs of parentheses, write a function to generate all combina...
Day 22
2024-10-06
100
0
原文題目Given head, the head of a linked list, determine if the linked list has a cy...
Day 18
2024-08-30
100
0
Given an array of points where points[i] = [xᵢ, yᵢ] represents a point on the X...