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

Factor out binary tree and linked list helpers #86

Open
domfarolino opened this issue Oct 3, 2018 · 0 comments
Open

Factor out binary tree and linked list helpers #86

domfarolino opened this issue Oct 3, 2018 · 0 comments

Comments

@domfarolino
Copy link
Owner

For a lot of algorithms that use linked lists and binary trees, I often repeat the same struct for each respectively, set up an example, and then create the same helpers (usually print and delete or something). These helpers and struct definitions get repeated a lot, so it might make sense to factor them out into utilities, or even use the homemade data structures in this repository (though for some problems that might not be possible, given problem-specific modifications).

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