2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 16
2024-08-16
611
0
MediumRelated Topics: Array / GreedyLeetCode Source 解題想法 題目唯一要注意的點就是 arrays 最大...
21. Merge Two Sorted Lists You are given the heads of two sorted linked lists l...
Day 23
2024-09-01
610
0
110. Balanced Binary Tree 题目描述: 給定一個二元樹的根節點 root,判斷這棵樹是否是高度平衡的。 Example 1: Inpu...
Day 30
2024-10-14
608
0
DAY 30 試題 問題描述 給定一個由字串組成的陣列 strs,要求將其中的異位詞(Anagrams)分組。你可以以任意順序返回分組結果。 範例 1: 輸...
Day 28
2024-09-11
603
0
tags: Easy、Sort Given an array of integers nums, sort the array in increasing o...
題目 1945. Sum of Digits of String After Convert難度: 簡單 題意 給定一字串s與整數k將字串s中的字元按照字母序轉...