Ad
  • Custom User Avatar

    python new test framework is required. updated in this fork

  • Custom User Avatar

    Ruby 3.0 should be enabled.

  • Default User Avatar

    Instruction unclear

  • Default User Avatar

    255.255.255.225 from the test cases is not a valid net mask. Netmasks are all 1s followed by 0s. Valid netmasks have significant octets of 255, 254, 252, 248, 240, 224, 192, 128, or 0. 255.255.255.225 in binary is 11111111 11111111 11111111 11100001.

  • Custom User Avatar

    Absolutely loved this kata. Hadn't used bitwise operators before so nice to learn about that. Maybe something to add to the description would be "The host part can be derived by using bitwise AND of IP address and one's complement of the subnet mask." I'm not sure the description makes that clear. Approved!