SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

0 0 1 Python

Update and rename check_valid_ip_address.py to is_ip_v4_address_valid.py (#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 <[email protected]>
C
Christian Clauss committed
dc07a850763d8154e012c9d1be7f8fe78326e8fb
Parent: abc725f
Committed by GitHub <[email protected]> on 9/22/2021, 6:03:11 PM