題目: You are given a sorted unique integer array nums. A range [a,b] is the se...
題目: Given the head of a singly linked list, return true if it is a palindrome....
題目: Write an algorithm to determine if a number n is happy. A happy number is...
題目: Given a non-negative integer x, compute and return the square root of x....
題目: Given a binary tree, determine if it is height-balanced. 給定一個binary tree,判...
由於前面幾題easy覺得難度還可以負荷,因此開始嘗試medium的題目 題目: You are given two non-empty linked list...
題目: Given an array nums of size n, return the majority element. The majority...
題目: Given the root of a binary tree, return the inorder traversal of its nodes'...
題目: Given the root of a binary tree and an integer targetSum, return true if th...
題目: Given an array nums containing n distinct numbers in the range [0, n], retu...
題目: Given the root of a binary tree, return the sum of all left leaves. A lea...
題目: Given the root of a binary tree, invert the tree, and return its root. 給定一...
題目: A permutation of an array of integers is an arrangement of its members into...
題目: Given the roots of two binary trees p and q, write a function to check if t...
Leetcode 理解題目意思與專有名詞-Leetcode 解題心得 Version: 2023101201作者: Billour Ou 歐育溙 這是我最近進行...
題目: Given an integer n, return true if it is a power of three. Otherwise, retur...
題目: Given two strings ransomNote and magazine, return true if ransomNote can be...
題目: Given a string s, find the length of the longest substring without repeatin...
題目: Given two integer arrays nums1 and nums2, return an array of their intersec...
題目: Table: Person +-------------+---------+| Column Name | Type |+--------...
題目: Given an integer columnNumber, return its corresponding column title as it...
題目: Table: Employee +-------------+---------+| Column Name | Type |+------...
題目: Given the head of a linked list and an integer val, remove all the nodes of...
終於有時間來還債了。如果想知道自己的市場價值,最好的方法就是: 去面試。 蠻多人覺得刷大量題目是很必要的,但我遇到的面試官,大部分更著重在,過程的提問和分析問題...
刷leetcode遇到SQL的題目,那也只能換個語言了 題目: Table: Person +-------------+---------+| Colu...
題目: Table: Customers +-------------+---------+| Column Name | Type |+-----...
仔細看了看昨天信件剩餘的題目,hmm.. 我們還是換題好了 σ`∀´)σ 5kyu. Number of trailing zeros of N! Write...
題目: Given an array of distinct integers candidates and a target integer target,...
題目: Given an integer n, return an array ans of length n + 1 such that for each...
題目: Table: Weather +---------------+---------+| Column Name | Type |+---...