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

Add binary tree tests #4

Open
NickSettler opened this issue Oct 10, 2022 · 0 comments
Open

Add binary tree tests #4

NickSettler opened this issue Oct 10, 2022 · 0 comments
Assignees
Labels
maybe Something that is not surely needed to be done or is not required at all symbol_table Symbol table changes tests Unit tests changes

Comments

@NickSettler
Copy link
Owner

Binary tree needs to be tested. The following tests are needed to create:

  • Insert item into tree
  • Delete item from tree
  • Find item in tree
  • Some advanced tests, which will be made upon multilevel tree and contain combination of tree operations (insert, delete, find)
@NickSettler NickSettler added the tests Unit tests changes label Oct 10, 2022
@NickSettler NickSettler added this to the Sprint 2 milestone Oct 10, 2022
@NickSettler NickSettler linked a pull request Oct 10, 2022 that will close this issue
@NickSettler NickSettler moved this to Todo in VUT Oct 10, 2022
@NickSettler NickSettler added this to VUT Oct 10, 2022
@NickSettler NickSettler removed this from the Sprint 2 milestone Oct 17, 2022
@NickSettler NickSettler added the maybe Something that is not surely needed to be done or is not required at all label Oct 17, 2022
@NickSettler NickSettler added the symbol_table Symbol table changes label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maybe Something that is not surely needed to be done or is not required at all symbol_table Symbol table changes tests Unit tests changes
Projects
Status: Todo
Development

No branches or pull requests

2 participants