From 6c7e75adbea75a6da5dd9147dd203414d6796312 Mon Sep 17 00:00:00 2001 From: Jonas Seidel <jonasseidel@protonmail.com> Date: Tue, 21 Jul 2020 22:55:35 +0200 Subject: [PATCH] state at time of submission; fixing formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4203f5..8db9392 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Supported Operations === At time of submission the _BiasedBinaryTree<T>_ supports splitting and joining, which are the key operations needed for an efficient implementation of the Algorithm described in **[3]**. A test of these can be compiled using **make biased_test**. -_TreeRepresentative_:_BiasedBinaryTree<DynamicAddon>_ is the type maintaining the binary tree structure described in **[1]** and is supposed to maintain _DynamicAddon_'s invariants. It is currently mostly a skeleton. +_TreeRepresentative_ :_BiasedBinaryTree\<DynamicAddon\>_ is the type maintaining the binary tree structure described in **[1]** and is supposed to maintain _DynamicAddon_'s invariants. It is currently mostly a skeleton. _DynamicAddon_ is the Type providing most of the functionality. Its implementation, too, is incomplete. -- GitLab