summaryrefslogtreecommitdiffstats
path: root/02-data_structures/03-hash_tables/01-phone_book/tests/02
diff options
context:
space:
mode:
Diffstat (limited to '02-data_structures/03-hash_tables/01-phone_book/tests/02')
-rw-r--r--02-data_structures/03-hash_tables/01-phone_book/tests/029
1 files changed, 9 insertions, 0 deletions
diff --git a/02-data_structures/03-hash_tables/01-phone_book/tests/02 b/02-data_structures/03-hash_tables/01-phone_book/tests/02
new file mode 100644
index 0000000..0391451
--- /dev/null
+++ b/02-data_structures/03-hash_tables/01-phone_book/tests/02
@@ -0,0 +1,9 @@
+8
+find 3839442
+add 123456 me
+add 0 granny
+find 0
+find 123456
+del 0
+del 0
+find 0