unifystockx / code_compete

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

Added solution to get list of narcissistic numbers within the given range #15

Open ramjayunify opened 4 years ago

ramjayunify commented 4 years ago

Problem

Find the narcissistic numbers within the given range.

Solution

1 . Added a file narcissisticNumbers.ts which provides the methods to find the narcissisticNumbers.

  1. Added a file narcissisticNumbers.spec.ts which has the unit test cases.