Skip to content

Commit

Permalink
Remove perfect hashing option
Browse files Browse the repository at this point in the history
  • Loading branch information
ossner committed Aug 10, 2020
1 parent aabcc25 commit 873c648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tumgad.java
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down

0 comments on commit 873c648

Please sign in to comment.