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

Create AVL tree exercise #5

@tboychuk

Description

@tboychuk

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions