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

helper functions #30

Open
5 tasks
jeremymanning opened this issue Jul 18, 2024 · 0 comments
Open
5 tasks

helper functions #30

jeremymanning opened this issue Jul 18, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@jeremymanning
Copy link
Member

it'd be nice to have some sample notebooks/code to help with debugging and solving these problems. for example:

  • convert a list to a binary tree (and vice versa)
  • convert a list to a linked list (and vice versa)
  • visualize a binary tree
  • define classes for some common data structures (linked list, binary tree)
  • implement some classic algorithms-- tree search (BFS, DFS), find common ancestor in a tree, etc.

could add these as we go... 🤔

@jeremymanning jeremymanning added the help wanted Extra attention is needed label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant