摘要: A - Pokemon Master Calem and Serena are pokemon masters. One day they decided to have a pokemon battle practice before Pokemon World Championships. Ea 阅读全文
posted @ 2019-04-11 20:46 丧心病狂工科女 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/repeated-string-match/ Given two strings A and B, find the minimum number of times A has to be repeated such that B is a 阅读全文
posted @ 2019-04-11 20:37 丧心病狂工科女 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/repeated-substring-pattern/ Given a non-empty string check if it can be constructed by taking a substring of it and appe 阅读全文
posted @ 2019-04-11 20:22 丧心病狂工科女 阅读(185) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/add-to-array-form-of-integer/ For a non-negative integer X, the array-form of X is an array of its digits in left to rig 阅读全文
posted @ 2019-04-11 19:49 丧心病狂工科女 阅读(204) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/add-strings/ Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: 阅读全文
posted @ 2019-04-11 19:36 丧心病狂工科女 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Given two words word1 and word2, find the minimum number of operations required to convert word1 to word2. You have the following 3 operations permitt 阅读全文
posted @ 2019-04-11 19:28 丧心病狂工科女 阅读(121) 评论(0) 推荐(0) 编辑