
编解码
文章平均质量分 67
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 271. Encode and Decode Strings(字符串编解码)
原题网址:https://leetcode.com/problems/encode-and-decode-strings/ Design an algorithm to encode a list of strings to a string. The encoded string is then sent over the network and is decoded back to原创 2016-04-13 04:05:23 · 1288 阅读 · 0 评论 -
LeetCode 91. Decode Ways(解码方法)
原题网址:https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an enco原创 2016-05-26 00:47:29 · 754 阅读 · 0 评论