原文:[LeetCode] 249. Group Shifted Strings 群组偏移字符串

Given a string, we can shift each of its letter to its successive letter, for example: abc gt bcd . We can keep shifting which forms the sequence: Given a list of strings which contains only lowercas ...

2016-02-21 12:51 2 10766 推荐指数:

查看详情

[LeetCode] 43. Multiply Strings 字符串相乘

Given two non-negative integers num1 and num2represented as strings, return the product of num1 and num2, also represented as a string. Example ...

Mon Apr 06 14:53:00 CST 2015 10 20655
[LeetCode] 859. Buddy Strings 伙计字符串

Given two strings `A` and `B` of lowercase letters, return `true` if and only if we can swap two letters in `A` so that the result equals `B ...

Fri Apr 05 07:33:00 CST 2019 0 1195
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM