摘要:
2376. Count Special Integers We call a positive integer special if all of its digits are distinct. Given a positive integer n, return the number of sp 阅读全文
摘要:
122. Best Time to Buy and Sell Stock II You are given an integer array prices where prices[i] is the price of a given stock on the ith day. On each da 阅读全文
摘要:
3447. Assign Elements to Groups with Constraints Solved Medium Topics Companies Hint You are given an integer array groups, where groups[i] represents 阅读全文
摘要:
1878. Get Biggest Three Rhombus Sums in a Grid You are given an m x n integer matrix grid. A rhombus sum is the sum of the elements that form the b 阅读全文
摘要:
126. Word Ladder II A transformation sequence from word beginWord to word endWord using a dictionary wordList is a sequence of words beginWord -> s1 - 阅读全文
摘要:
使用着色法来判定一个图是否为二分图,或者是否包含奇环(包含奇环的话就不是二分图) 785. Is Graph Bipartite? There is an undirected graph with n nodes, where each node is numbered between 0 and 阅读全文
摘要:
564. Find the Closest Palindrome Given a string n representing an integer, return the closest integer (not including itself), which is a palindrome. I 阅读全文
摘要:
296. Best Meeting Point Given an m x n binary grid grid where each 1 marks the home of one friend, return the minimal total travel distance. The total 阅读全文
摘要:
1526. Minimum Number of Increments on Subarrays to Form a Target Array You are given an integer array target. You have an integer array initial of the 阅读全文