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

test(bst): add BST as an example #320

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RaitoBezarius
Copy link
Contributor

@RaitoBezarius RaitoBezarius commented Aug 27, 2024

This adds BST as an example from my internship's staging repository.

It adds a bunch of unit tests for them.

@sonmarcho
Copy link
Member

They're simply binary trees, right? Maybe "binary tree" is a better name than "naive tree"?...

@RaitoBezarius
Copy link
Contributor Author

Right, I don't have a strong opinion because AVL trees are binary trees as well.

@R1kM
Copy link
Member

R1kM commented Aug 27, 2024

I'd go for simply bst

This adds binary search trees as an example from my internship's staging
repository.

It adds a bunch of unit tests for them.

Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr>
@RaitoBezarius RaitoBezarius changed the title test(naive-bst): add naive BST trees as an example test(bst): add BST as an example Aug 28, 2024
@RaitoBezarius
Copy link
Contributor Author

PTAL @R1kM @sonmarcho, I renamed it.

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

Successfully merging this pull request may close these issues.

3 participants