TEXT interview question

Write program for deriving Power Recursive problem..then dry run.

Interview Answer

Anonymous

9 May 2018

i wrote the code but did not efficiently dry run it. Also miss some important conditions such N^0=1 and n^1=n.