66. Plus One
題目描述:
給定一個由整陣列成的非空陣列,表示一個非負整數,在該數的基礎上加一,並返回結果陣列。
最高位數字存放在陣列的首位,陣列中每...
83. Remove Duplicates from Sorted List
tags: Easy、Linked List
Given the head of...
題目
2028. Find Missing Observations難度: 中等但異常簡單
題意
有m+n個六面骰子,給定長度m的整數陣列rolls,代表前m個...
Write an algorithm to determine if a number n is happy.A happy number is a numb...
HardRelated Topics: Array / DFS / BFS / Matrix / Strongly Connected ComponentLe...
MediumRelated Topics: Array / Hash Table / DFS / BFS / Union Find MatrixLeetCod...