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 some doc comments #2

Open
natebosch opened this issue Oct 17, 2018 · 0 comments
Open

Add some doc comments #2

natebosch opened this issue Oct 17, 2018 · 0 comments

Comments

@natebosch
Copy link

class DirectedGraph<N extends Comparable, E> {

Some high priority info:

  • What is N and E - how should they be used?
  • Limitations on N and E? It looks like they both shouldn't use identity for hashcode and equality.
  • It looks like the node values need to be unique - is that the case? If so, why?

And doc comments on other methods:

  • What is the return value from add.
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

1 participant