Your solution has two bugs which I had to fix to make it pass.
Bugs in your solution are not a kata issue.
C Language : when i test my solution on my pc , it work fine , but fail in test here for example ("20.0.0.10" , "20.0.1.0") , my solution is 246 but here i got this : for (start = 20.0.0.10 ; end = 20.0.1.0) expected 246 but got 6845 why ?
for (start = 20.0.0.10 ; end = 20.0.1.0)
expected 246 but got 6845
This comment is hidden because it contains spoiler information about the solution
i like how u used substr just once
substr
check out my solution for this issue LOL
yep
There is no 'n' so it is false
i think this should be True "abcdefghijklmopqrstuvwxyz", the final attempt , say it's false , did i understand it wrong ?!
Loading collection data...
Your solution has two bugs which I had to fix to make it pass.
Bugs in your solution are not a kata issue.
This comment is hidden because it contains spoiler information about the solution
i like how u used
substr
just oncecheck out my solution for this issue LOL
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
yep
There is no 'n' so it is false
i think this should be True "abcdefghijklmopqrstuvwxyz", the final attempt , say it's false , did i understand it wrong ?!
This comment is hidden because it contains spoiler information about the solution