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

Word Count problem needs more information in its README #77

Closed
kaushalmodi opened this issue Jun 6, 2018 · 1 comment
Closed

Word Count problem needs more information in its README #77

kaushalmodi opened this issue Jun 6, 2018 · 1 comment
Assignees

Comments

@kaushalmodi
Copy link

ref

The README for this problem needs to instruct the user to use the critbits library and define the TWordCount custom type using:

import critbits
type TWordCount* = CritBitTree[int]

User can add more imports as they need, but above needs to be the bare-minimum in their submission.

@amscotti
Copy link
Contributor

amscotti commented Jun 6, 2018

@kaushalmodi Thanks for your feedback! We can add a hint file to this exercise to give a little bit more details then what's provided by the readme. Also, I'm wondering if this could be rewritten to be a bit simpler but still follow the problem-specifications for this exercise. I'll take a look and see what I can come up with.

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

No branches or pull requests

2 participants