halfway part 2

This commit is contained in:
Christopher Sanden
2025-11-05 23:32:00 +01:00
parent 17915675ab
commit b7719f2de9
10 changed files with 371 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ class Utils {
static int Insert(TDoublyLinkedList &document, TStack &undoStack, TStack &redoStack, int index);
static void PrintList(const TDoublyLinkedList &document);
static int RemoveLine(TDoublyLinkedList &document, TStack &undoStack, TStack &redoStack, int index);
static int RandomInt(int, int);