Code Review: String

算法题分类总结,字符串类型的题目多以考验语法基础和字符串处理的基本操作为主,同时在日常工作中也有很多贴近实际的作用。 Reviews     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 25, 2019

[LintCode 702] Concatenated String with Uncommon Characters of Two Strings

DescriptionTwo strings are given and you have to modify 1st string such that all t...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 15, 2019

[LintCode 671] Rotate Words

DescriptionThe words are same rotate words if rotate the word to the right by loop...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 15, 2019

[LintCode 657] Insert Delete GetRandom O(1)

DescriptionDesign a data structure that supports all following operations in avera...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 08, 2019

[LintCode 56] Two Sum

DescriptionGiven an array of integers, find two numbers such that they add up to a...     阅读全文
DataLeoZ's avatar
DataLeoZ 7月 08, 2019

[LintCode 15] Permutations

DescriptionGiven a list of numbers, return all possible permutations. 给定一个数...     阅读全文
DataLeoZ's avatar
DataLeoZ 6月 19, 2019

[LintCode 33] N Queens (N 皇后问题)

DescriptionThe n-queens puzzle is the problem of placing n queens on an n×n chessb...     阅读全文
DataLeoZ's avatar
DataLeoZ 6月 18, 2019