arungupta2008 / How-Many-IP-Address

Given a digits Find out how many different IP address combinations are there

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How-Many-IP-Address

Given a digits Find out how many different IP address combinations are there ..

Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given "25525511135", return ["255.255.11.135", "255.255.111.35"]{hint:recursion,backtrack}

Here is the Solution ......

About

Given a digits Find out how many different IP address combinations are there


Languages

Language:Java 100.0%