程序媛詹妮弗
终身学习

Given a string containing only digits, restore it by returning all possible valid IP address combinations.

Example:

Input: "25525511135"
Output: ["255.255.11.135", "255.255.111.35"]

 

posted on 2019-06-18 00:14  程序媛詹妮弗  阅读(189)  评论(0编辑  收藏  举报