Encapsulate treap properties

This commit is contained in:
Matúš Púll 2025-03-30 17:06:49 +02:00
parent 17237e1cb3
commit 875a0761c9

View file

@ -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