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

Adding Trees to Java: Data Structures #323

Merged
merged 5 commits into from
Sep 20, 2024
Merged

Conversation

edengarza
Copy link
Contributor

Adding a section for trees. It includes:

  • a description of what trees are at a high level,
  • a simple description of binary trees,
  • an overview of how to traverse a tree,
  • an activity where they more or less program binary search

Remaining Item before merging:

  • Add pictures visualizing trees and traversing them

@edengarza edengarza added the enhancement New feature or request label Aug 7, 2022
Copy link
Member

@ozhang22 ozhang22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small comments for now

content/english/java-datastructures/trees/methods.md Outdated Show resolved Hide resolved
content/english/java-datastructures/trees/introduction.md Outdated Show resolved Hide resolved
content/english/java-datastructures/trees/methods.md Outdated Show resolved Hide resolved
@ozhang22 ozhang22 merged commit eeac7dc into master Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants