Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TheSTL opened this issue Oct 24, 2019 · 3 comments · Fixed by #138
Closed

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

TheSTL opened this issue Oct 24, 2019 · 3 comments · Fixed by #138
Labels
good first issue Good for newcomers

Comments

@TheSTL
Copy link
Member

TheSTL commented Oct 24, 2019

👽 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
Copy link
Contributor

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
Copy link
Member Author

TheSTL commented Oct 24, 2019

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

@TheSTL
Copy link
Member Author

TheSTL commented Oct 24, 2019

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

@TheSTL TheSTL closed this as completed Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants