ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Create pot.c #169

Closed yandrade1305 closed 4 years ago

yandrade1305 commented 4 years ago

Added C calculator for Potentiation using recursion (includes negative numbers and undefined) :D