Govind Kartha

Results 5 issues of Govind Kartha

Added next palindrome program.

hacktoberfest-accepted

Updated the isPalindrome, changed to check the string using string slicing.

hacktoberfest-accepted

Added a program to find sum of digits of a number in python.

Added a method which boosts performance by saving memory and time. In this method we keep track of only the last digit of the Fibonacci number. Usage of array is...

Added a different method to find sum of digits. The given number is split into list of digits and sum of the list of digits is printed. Number of steps...