ヾ(´︶`*)ノ♬嗨,我是wec,今天是Day 2。
🔎 Ruby:請收下我的名片!
🔎 一些小小的介紹
雖然TIOBE上的前十名大佬都不帶Ruby玩(截至...
原文題目
Given an encoded string, return its decoded string.
The encoding rule is: k...
Given an array of intervals where intervals[i] = [startᵢ, endᵢ], merge all over...
You are given a phone number as a string number. number consists of digits, spac...
題目:這題是判斷一棵二元樹是否是對稱的。對稱二元樹是一種特別的二元樹,從根節點到左右子樹呈現鏡像關係。這道題目經常出現在面試中,是一個樹結構遞迴遍歷和對稱性判斷...
這題是設計一個資料結構,來動態地保持一組資料的第 K 大元素。這是典型的資料流問題,尤其適合使用堆來進行處理。
題目:
給定一個整數陣列 nums 和一個整數...