summaryrefslogtreecommitdiffstats
path: root/02-data_structures/03-hash_tables/02-hash_chains/tests/03
diff options
context:
space:
mode:
Diffstat (limited to '02-data_structures/03-hash_tables/02-hash_chains/tests/03')
-rw-r--r--02-data_structures/03-hash_tables/02-hash_chains/tests/0314
1 files changed, 14 insertions, 0 deletions
diff --git a/02-data_structures/03-hash_tables/02-hash_chains/tests/03 b/02-data_structures/03-hash_tables/02-hash_chains/tests/03
new file mode 100644
index 0000000..0893cf3
--- /dev/null
+++ b/02-data_structures/03-hash_tables/02-hash_chains/tests/03
@@ -0,0 +1,14 @@
+3
+12
+check 0
+find help
+add help
+add del
+add add
+find add
+find del
+del del
+find del
+check 0
+check 1
+check 2