Skip to content
Snippets Groups Projects
Commit 6c7e75ad authored by Jonas Seidel's avatar Jonas Seidel
Browse files

state at time of submission; fixing formatting

parent e9b0335f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment