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 tests for Trie/unique-word-count #138

Merged
merged 2 commits into from
Oct 24, 2019
Merged

Add unit tests for Trie/unique-word-count #138

merged 2 commits into from
Oct 24, 2019

Conversation

qualitymanifest
Copy link
Contributor

Closes #135

Achieves 100% coverage on Trie/unique-word-count, follows linter rules, and I believe it covers the important test cases.

Copy link
Member

@TheSTL TheSTL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @qualitymanifest for PR 👍

@TheSTL TheSTL merged commit 79e07ad into knaxus:master Oct 24, 2019
ashokdey pushed a commit that referenced this pull request Nov 8, 2019
1.added base case for removeAt(1)
2.switched assigment on line #138 where previous and current where pointing to the same node
@YahavArm YahavArm mentioned this pull request Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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