Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Create AVL tree exercise #5

Open
tboychuk opened this issue Oct 16, 2018 · 0 comments
Open

Create AVL tree exercise #5

tboychuk opened this issue Oct 16, 2018 · 0 comments
Assignees
Labels
3 - Review new exercise New exercise request

Comments

@tboychuk
Copy link
Contributor

tboychuk commented Oct 16, 2018

AVL is a balanced Binary Search Tree (BST).

Create and implement new exercise in AVL Tree:

  • create new branch exercise/{ticket_number} from master
  • create module called avl-tree.
  • implement exercise and create pull request from exercise/{ticket_number} to master
  • create new branch exercise/completed-{ticket_number} from exercise/completed
  • merge changes from exercise/{ticket_number} into exercise/completed-{ticket_number}.
  • provide completed implementation and create pull request from exercise/completed-{ticket_number} to exercise/completed

Please note that that you should create two pull requests. The exercise, and the complete implementation.

Use Binary Search Tree as an example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3 - Review new exercise New exercise request
Projects
None yet
Development

No branches or pull requests

2 participants