diff --git a/src/Tumgad.java b/src/Tumgad.java index 83d6e42..d305e36 100644 --- a/src/Tumgad.java +++ b/src/Tumgad.java @@ -147,7 +147,6 @@ private static void chooseExercises() { "RadixSort: " + ANSI_PURPLE + "RS" + ANSI_RESET + "\n" + "Hashing (Chaining): " + ANSI_PURPLE + "HC" + ANSI_RESET + "\n" + "Hashing (Double): " + ANSI_PURPLE + "HD" + ANSI_RESET + "\n" + - "Hashing (Perfect): " + ANSI_PURPLE + "HP" + ANSI_RESET + "\n" + "Graph-Traversal (BFS & DFS): " + ANSI_PURPLE + "TRAV" + ANSI_RESET + "\n" + "AB Trees: " + ANSI_PURPLE + "AB" + ANSI_RESET + "\n" + "AVL Trees: " + ANSI_PURPLE + "AVL" + ANSI_RESET + "\n" +