knaxus/problem-solving-javascript

Add Unit Test For Find unique-word-count in Trie

TheSTL opened this issue · 3 comments

👽 What is required?

Add unit test to find unique word count in a trie.
The algorithm is here : unique-word-count

Contribution guide is here : CONTRIBUTION

Thank You!

I'd like to give this a shot. I'm not new to contributing to open source, but I am new to testing. I'll submit a PR in a bit.

Hi @qualitymanifest .
Please try to achieve or close to 100 percent code coverage.

I'm closing this issue.
Merged PR - [#138 ]