zahinekbal / codeWith-hacktoberfest

MIT License
22 stars 111 forks source link

Power(0(log n)) #122

Closed zahinekbal closed 3 years ago

zahinekbal commented 3 years ago

Take as input X and N , two numbers. Write a function to calculate X raise to power N . Target Complexity is 0(log n)....

Before making PR check this...

Please add your image in image folder nd update readme.md file this is for all contributors

do this then only i will be able to merge PR.. Check this

90 (comment)

file format :- Power(0(log n))/CPP/power.c++

nish7898 commented 3 years ago

https://github.com/zahinekbal/codeWith-hacktoberfest/pull/123

SayedAlesawy commented 3 years ago

@zahinekbal PR here: https://github.com/zahinekbal/codeWith-hacktoberfest/pull/142