Add Unit Test For Find unique-word-count in Trie
TheSTL opened this issue · 3 comments
TheSTL commented
👽 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!
qualitymanifest commented
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.
TheSTL commented
Hi @qualitymanifest .
Please try to achieve or close to 100 percent code coverage.