202. Happy Number | one fuction for calculating total of next, one function for handle specfic one to support seen and call from that function from main and both in function, seen is used to avoid cycle |
326. Power of Three | order of it function, equals to 1, smaller equal zero and cannot divided to three |
342. Power of Four | order of it function, equals to 1, smaller equal zero and cannot divded to three, and add a edge case of maximum limits |
504. Base 7 | num is smaller than 0 => adding subtraction sign and call recursion and smaller and than 7 return string of num, lastly return //7 and string %7 |
509. Fibonacci Number | using self |
1837. Sum of Digits in Base K | if n is equals to 0 => return 0, and return n%k plus recursion |