EasyRelated Topics: Stack / Tree / Depth-First Search / Binary TreeLeetCode Sou...
2859. Sum of Values at Indices With K Set Bits
tags: Easy、Bitwise
You are given...
125. Valid Palindrome
題目描述:一個字串如果在將所有大寫字母轉換為小寫字母並移除所有非字母數字的字符後,正反讀起來相同,則稱為Palind...
69. Sqrt(x)
题目描述:
實現 int sqrt(int x) 函數,計算並返回 x 的平方根,其中 x 是非負整數。由於返回類型是整數,結果只保留整...
相信昨天的第一題應該是沒有辦法滿足大家的對吧(相信在座的各位都是大神)那今天我們就來講講第二題:Add Two Numbers
題目:
講解:
有兩個以鏈結串...
題目
1371. Find the Longest Substring Containing Vowels in Even Counts
題意
給定一字串s,求...