summaryrefslogtreecommitdiffstats
path: root/02-data_structures/03-hash_tables/03-hash_substring/tests
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-11-13 22:22:32 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-11-13 22:22:32 +0100
commite6b725d69c07d4a582d0aadc915def99d872dfde (patch)
tree29dad552d2303a507ccfcef37305fb816f09b183 /02-data_structures/03-hash_tables/03-hash_substring/tests
parentedb46efabf8a4dd64a9a04eb9840b2ea82100103 (diff)
downloadcoursera-e6b725d69c07d4a582d0aadc915def99d872dfde.zip
coursera-e6b725d69c07d4a582d0aadc915def99d872dfde.tar.gz
Algorithms : add 02-data_structures 03-hash_tables
Diffstat (limited to '02-data_structures/03-hash_tables/03-hash_substring/tests')
-rw-r--r--02-data_structures/03-hash_tables/03-hash_substring/tests/012
-rw-r--r--02-data_structures/03-hash_tables/03-hash_substring/tests/01.a1
-rw-r--r--02-data_structures/03-hash_tables/03-hash_substring/tests/022
-rw-r--r--02-data_structures/03-hash_tables/03-hash_substring/tests/02.a1
-rw-r--r--02-data_structures/03-hash_tables/03-hash_substring/tests/032
-rw-r--r--02-data_structures/03-hash_tables/03-hash_substring/tests/03.a1
6 files changed, 9 insertions, 0 deletions
diff --git a/02-data_structures/03-hash_tables/03-hash_substring/tests/01 b/02-data_structures/03-hash_tables/03-hash_substring/tests/01
new file mode 100644
index 0000000..88aa221
--- /dev/null
+++ b/02-data_structures/03-hash_tables/03-hash_substring/tests/01
@@ -0,0 +1,2 @@
+aba
+abacaba
diff --git a/02-data_structures/03-hash_tables/03-hash_substring/tests/01.a b/02-data_structures/03-hash_tables/03-hash_substring/tests/01.a
new file mode 100644
index 0000000..45d56c5
--- /dev/null
+++ b/02-data_structures/03-hash_tables/03-hash_substring/tests/01.a
@@ -0,0 +1 @@
+0 4
diff --git a/02-data_structures/03-hash_tables/03-hash_substring/tests/02 b/02-data_structures/03-hash_tables/03-hash_substring/tests/02
new file mode 100644
index 0000000..4ca249f
--- /dev/null
+++ b/02-data_structures/03-hash_tables/03-hash_substring/tests/02
@@ -0,0 +1,2 @@
+Test
+testTesttesT
diff --git a/02-data_structures/03-hash_tables/03-hash_substring/tests/02.a b/02-data_structures/03-hash_tables/03-hash_substring/tests/02.a
new file mode 100644
index 0000000..8adb55b
--- /dev/null
+++ b/02-data_structures/03-hash_tables/03-hash_substring/tests/02.a
@@ -0,0 +1 @@
+4
diff --git a/02-data_structures/03-hash_tables/03-hash_substring/tests/03 b/02-data_structures/03-hash_tables/03-hash_substring/tests/03
new file mode 100644
index 0000000..4977bbb
--- /dev/null
+++ b/02-data_structures/03-hash_tables/03-hash_substring/tests/03
@@ -0,0 +1,2 @@
+aaaaa
+baaaaaaa
diff --git a/02-data_structures/03-hash_tables/03-hash_substring/tests/03.a b/02-data_structures/03-hash_tables/03-hash_substring/tests/03.a
new file mode 100644
index 0000000..46786e9
--- /dev/null
+++ b/02-data_structures/03-hash_tables/03-hash_substring/tests/03.a
@@ -0,0 +1 @@
+1 2 3