Codewars:IPv4 to int32 Description : Take the following IPv4 address: 128.32.10.1 This address has 4 octets where each octet is a single byte (or 8 bits).…
Read more
Showing posts with the label ProblemsolvingShow all
Ones and Zeros Description: Given an array of ones and zeroes, convert the equivalent binary value to an integer. Eg: [0, 0, 0, 1] is treated as 0…
Read moreThe Coupon Code Story Your online store likes to give out coupons for special occasions. Some customers try to cheat the system by entering inv…
Read more