
LeetCode 字符串
文章平均质量分 73
BoomHusky
计算机专业硕士,希望自己的实力能够更强
展开
-
LeetCode | 43. Multiply Strings大数相乘
Giventwo non-negative integers num1 and num2 representedas strings, return the product of num1 and num2.Note:1. The length of both num1 and num2 is< 110.2. Both num1 and num2 conta原创 2018-01-26 12:49:36 · 253 阅读 · 0 评论 -
LeetCode | 767. Reorganize String调整字符串使得字符串相同字符不相邻
Givena string S, check if the letters can berearranged so that two characters that are adjacent to each other are not thesame.Ifpossible, output any possible result. If not possible, return the e原创 2018-02-04 15:27:35 · 2900 阅读 · 0 评论 -
LeetCode | 13. Roman to Integer 字符串规则
Romannumerals are represented by seven different symbols: I, V, X, L, C, D and M.Symbol ValueI 1V 5X 10L 50C 100D 500M ...原创 2018-05-01 13:59:32 · 158 阅读 · 0 评论 -
LeetCode | 389. Find the Difference 字符串
Giventwo strings s and t which consist of only lowercase letters.String t isgenerated by random shuffling string s andthen add one more letter at a random position.Findthe letter that was added in t.E...原创 2018-06-09 21:27:04 · 215 阅读 · 0 评论