This is a repository to store Algorithms studied in Swift.
"The Fibonacci Sequence is a sequence in which each number is the sum of the two preceding ones." Wikipedia
"A Narcissistic Number (also known as a Pluperfect Digital Invariant (PPDI), an Armstrong Number (after Michael F. Armstrong) or a Plus Perfect Number) in a given number base b is a number that is the sum of its own digits each raised to the power of the number of digits." Wikipedia
"A Palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards." Wikipedia