
IP屬地:賓夕法尼亞州
Description A peak element is an element that is greater than its neighb...
Description 實現除法(保留整數) Solution 被除數每次*2ans每次加1<<shift num
Description Given a binary tree rooted at root, the depth of each node i...
Description 給出兩個單詞(start和end)和一個字典,找出從start到end的最短轉換序列,輸出最短序列的長度。 變換規則如下...
Description Given a non-empty string s, you may delete at most one chara...
Description 給定一個字符串,表示CPU需要執行的任務。 這個字符串由大寫字母A到Z構成,不同的字母代表不同的任務。完成任務不需要按照...
Description Given two strings s and t, determine if they are both one ed...
Description Given an array of integers and an integer k, you need to fin...
Description 兩個string的二進制數相加 Solution 簡潔寫法