unifystockx / code_compete

Coding Competition with TDD and TypeScript
MIT License
0 stars 2 forks source link

NarcissisticNumbers solution and test case. #11

Closed zulqer-nain closed 4 years ago

zulqer-nain commented 4 years ago

Solution to find Narcissistic numbers in range . Solution to find if provided number is Narcissistic or not . Test cases to check whether provided number is Narcissistic or not . Test cases to find Narcissistic numbers in provided range . fixed #11

zulqer-nain commented 4 years ago

Sure.