原文链接: https://leetcode-cn.com/problems/n-queens
英文原文The n-queens puzzle is the problem of placing n queens on an n x n
分类详情
困难 分类
原文链接: https://leetcode-cn.com/problems/n-queens-ii
英文原文The n-queens puzzle is the problem of placing n queens on an n
原文链接: https://leetcode-cn.com/problems/valid-number
英文原文A valid number can be split up into these components (in order
原文链接: https://leetcode-cn.com/problems/text-justification
英文原文Given an array of strings words and a width maxWidth, fo
原文链接: https://leetcode-cn.com/problems/edit-distance
英文原文Given two strings word1 and word2, return the minimum number
原文链接: https://leetcode-cn.com/problems/minimum-window-substring
英文原文Given two strings s and t of lengths m and n respe
原文链接: https://leetcode-cn.com/problems/largest-rectangle-in-histogram
英文原文Given an array of integers heights represent
原文链接: https://leetcode-cn.com/problems/maximal-rectangle
英文原文Given a rows x cols binary matrix filled with 0'
原文链接: https://leetcode-cn.com/problems/scramble-string
英文原文We can scramble a string s to get a string t using the foll
原文链接: https://leetcode-cn.com/problems/distinct-subsequences
英文原文Given two strings s and t, return the number of disti