fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
317 stars 325 forks source link

Created new files (factorial, armstrong-number, recursion/palindrome) #655

Closed annu12340 closed 3 years ago

annu12340 commented 4 years ago

I have added the following files :

  1. factorial.py factorial.cpp

  2. armstrong-number.cpp

  3. recursion/palindrome.py recursion/palindrome.cpp recursion/palindrome.java