diff options
Diffstat (limited to '02-data_structures/03-hash_tables/02-hash_chains/tests/02')
-rw-r--r-- | 02-data_structures/03-hash_tables/02-hash_chains/tests/02 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/02-data_structures/03-hash_tables/02-hash_chains/tests/02 b/02-data_structures/03-hash_tables/02-hash_chains/tests/02 new file mode 100644 index 0000000..3ebfc0e --- /dev/null +++ b/02-data_structures/03-hash_tables/02-hash_chains/tests/02 @@ -0,0 +1,10 @@ +4 +8 +add test +add test +find test +del test +find test +find Test +add Test +find Test |