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

Implement Graph Library #2

Open
rhdsmnd opened this issue Oct 20, 2016 · 1 comment
Open

Implement Graph Library #2

rhdsmnd opened this issue Oct 20, 2016 · 1 comment

Comments

@rhdsmnd
Copy link
Owner

rhdsmnd commented Oct 20, 2016

Secondary: Finish implement Trees (Ordered, Unordered, Binary, maybe BST & Red-Black) and finish several EPI problems using the data structure & parsing utilities.


First, look for graph library implemented for 61B project. Could even include client applications as example usage. If found just refactor, otherwise implement from scratch. Inner classes for nodes/edges, generic types for keys and values, sorting/traversal/search utilities, separate hashsets for nodes and edges in graph object.

@rhdsmnd
Copy link
Owner Author

rhdsmnd commented Nov 3, 2016

Finished Ordered, Unordered, & basic data structure/parsing utilities.

@rhdsmnd rhdsmnd removed the Waiting on label Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant