Encapsulate treap properties
This commit is contained in:
parent
17237e1cb3
commit
875a0761c9
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ typedef std::pair<line*, line*> two_lines;
|
||||||
|
|
||||||
// Treap representation of a file
|
// Treap representation of a file
|
||||||
class treap {
|
class treap {
|
||||||
public:
|
|
||||||
line* root;
|
line* root;
|
||||||
|
|
||||||
// Get size uf a subtreap
|
// Get size uf a subtreap
|
||||||
|
|
Loading…
Reference in a new issue