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

[Data Structure] Binary search tree #3

Closed
Rizzen opened this issue Sep 30, 2018 · 3 comments
Closed

[Data Structure] Binary search tree #3

Rizzen opened this issue Sep 30, 2018 · 3 comments

Comments

@Rizzen
Copy link
Member

Rizzen commented Sep 30, 2018

BST implementation

@Rizzen Rizzen added Hacktoberfest good first issue Good for newcomers help wanted Extra attention is needed labels Sep 30, 2018
@willwolfram18
Copy link
Contributor

Are there any additional requirements for writing the BST implementation?

@Rizzen
Copy link
Member Author

Rizzen commented Sep 30, 2018

Are there any additional requirements for writing the BST implementation?

It must be BST, tests should be written. You allowed to use any language. If you use C# - preferable test framework - xUnit.

@willwolfram18
Copy link
Contributor

Alright, so BST written in C# which includes xUnit tests. Consider it done!

@Rizzen Rizzen removed the help wanted Extra attention is needed label Oct 2, 2018
@Rizzen Rizzen changed the title Binary search tree [Data Structure] Binary search tree Oct 2, 2018
@Rizzen Rizzen added Data Structure and removed good first issue Good for newcomers labels Oct 2, 2018
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

2 participants