The repository to fork and complete assignments in it.
The result table.
- (4 points) Heapsort (https://en.wikipedia.org/wiki/Heapsort).
- (2 points) Maximum sum on paths from a root to leaves in a binary tree.
- (2 points) Generalized method for top-down tree traversal.
- (4 points) The Peano arithmetic (+, -, *, ^) in an object-oriented manner.
- (4 points) Previous homework using Unit tests and Gradle.
- (4 points) The computer network assignment from the spring term.
- (4 points) An AVL tree class (insertion, deletion, search). A pretty printer, which output reflects a tree structure. A lot of unit tests.