Calculate square of a number without using *, / and pow()

1 min read

https://www.geeksforgeeks.org/calculate-square-of-a-number-without-using-and-pow/

Divide two integers without using multiplication, division or mod operator
Power set