I'm not sure if I just misunderstand the directions or if it is a legitimate error that is_power_of_two(25) returns FALSE. The way I understand it, the directions indicate that they would like it to return TRUE being that 5**2 is 25.
If I am right in my assumption, would you still put this as a medium or would it be hard? I haven't applied yet, but I'm working on it.
I'm not sure if I just misunderstand the directions or if it is a legitimate error that is_power_of_two(25) returns FALSE. The way I understand it, the directions indicate that they would like it to return TRUE being that 5**2 is 25.
If I am right in my assumption, would you still put this as a medium or would it be hard? I haven't applied yet, but I'm working on it.