WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

Implement power function #128

Closed amukh18 closed 4 years ago

amukh18 commented 4 years ago

Description

Implement the pow function where pow(x,n) = x^n.

NOTE: Do not use the inbuilt pow() function anywhere in your code.

Constraints:

Details

Issue requirements / progress

Resources

N/A

Directory Structure

In the Algorithms directory, create a directory named implement_pow and post your solution file in that directory.

Note

  1. Please claim the issue first by commenting here before starting to work on it.
  2. Once you are done with the task and have created a Pull Request, please tag @amukh18 to request a review.
Ares358 commented 4 years ago

I would like to take this issue.

amukh18 commented 4 years ago

Go ahead!