mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-04 16:12:47 +08:00
optimization code level from A to A+
This commit is contained in:
@ -26,17 +26,17 @@ func Test_Problem93(t *testing.T) {
|
||||
|
||||
qs := []question93{
|
||||
|
||||
question93{
|
||||
{
|
||||
para93{"25525511135"},
|
||||
ans93{[]string{"255.255.11.135", "255.255.111.35"}},
|
||||
},
|
||||
|
||||
question93{
|
||||
{
|
||||
para93{"0000"},
|
||||
ans93{[]string{"0.0.0.0"}},
|
||||
},
|
||||
|
||||
question93{
|
||||
{
|
||||
para93{"010010"},
|
||||
ans93{[]string{"0.10.0.10", "0.100.1.0"}},
|
||||
},
|
||||
|
Reference in New Issue
Block a user