Update and rename check_valid_ip_address.py to is_ip_v4_address_valid… · Ilgrim/Algorithms-Python@dc07a85 · GitHub
Skip to content

Commit dc07a85

Browse files
cclaussgithub-actionspoyea
authored
Update and rename check_valid_ip_address.py to is_ip_v4_address_valid.py (TheAlgorithms#4665)
* Update and rename check_valid_ip_address.py to is_ip_v4_address_valid.py New test cases that the algorithm must detect: * [ ] an octet much bigger than 255 * [ ] an octet is negative * [ ] number of octets is less than 4 * [ ] number of octets is greater than 4 * [ ] an octet is a letter * updating DIRECTORY.md * Add two more tests to is_ip_v4_address_valid.py Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent abc725f commit dc07a85

3 files changed

Lines changed: 57 additions & 47 deletions

File tree

DIRECTORY.md

Lines changed: 1 addition & 1 deletion

maths/check_valid_ip_address.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

maths/is_ip_v4_address_valid.py

Lines changed: 56 additions & 0 deletions

0 commit comments

Comments
 (0)