今天來寫第15題
題目
題目翻譯
給一包含n個整數的陣列nums,有任意三個元素a, b, c能夠使a + b + c = 0 成立嗎?找到所有陣列中的三個數...
題目:給定一個二元搜尋樹 (BST),請找出其中第 k 小的元素。
範例:範例 1:
輸入:root = [3,1,4,null,2], k = 1
3...
An integer array original is transformed into a doubled array changed by appendi...
Problem :
You are given an n x n 2D matrix representing an image, rotate the ima...
題目
題目翻譯
將 k 個已經排好順序的 linked list 合併成為一個排好序的 list
解題步驟
初始化最小堆(優先隊列):
優先隊列可以幫助...
Alice and Bob continue their games with stones. There is a row of n stones, and...