Coding Exercise – Restore IP Addresses – C++ – Online Judge
October 31, 2013
algorithms, brute force, code, code library, implementation, programming languages, string
2 Comments
Question: Given a string containing only numbers, restore it by returning all possible IP addresses (in a vector) Original Problem Page: http://oj.leetcode.com/problems/restore-ip-addresses/ Examples: Given "25525511135", return . (Order does not matter) A …

