Completed BST and most of infrastructure for the whole section

This commit is contained in:
Christopher Sanden
2025-11-07 22:27:11 +01:00
parent e761ac0e23
commit d6d627adad
13 changed files with 449 additions and 22 deletions

View File

@@ -4,12 +4,12 @@
#include "option1.h"
#include <iostream>
#include "TDoublyLinkedList.h"
#include "TQueue.h"
#include "TTreeQueue.h"
#include "TStack.h"
#include "Utils.h"
TDoublyLinkedList document;
TQueue printQueue;
TTreeQueue printQueue;
TStack undoStack, redoStack;
bool running = true;