diff options
Diffstat (limited to '02-data_structures/04-binary_search_trees/03-rope/tests')
4 files changed, 10 insertions, 0 deletions
diff --git a/02-data_structures/04-binary_search_trees/03-rope/tests/01 b/02-data_structures/04-binary_search_trees/03-rope/tests/01 new file mode 100644 index 0000000..8ecb9b9 --- /dev/null +++ b/02-data_structures/04-binary_search_trees/03-rope/tests/01 @@ -0,0 +1,4 @@ +hlelowrold +2 +1 1 2 +6 6 7 diff --git a/02-data_structures/04-binary_search_trees/03-rope/tests/01.a b/02-data_structures/04-binary_search_trees/03-rope/tests/01.a new file mode 100644 index 0000000..31e0fce --- /dev/null +++ b/02-data_structures/04-binary_search_trees/03-rope/tests/01.a @@ -0,0 +1 @@ +helloworld diff --git a/02-data_structures/04-binary_search_trees/03-rope/tests/02 b/02-data_structures/04-binary_search_trees/03-rope/tests/02 new file mode 100644 index 0000000..b7d407d --- /dev/null +++ b/02-data_structures/04-binary_search_trees/03-rope/tests/02 @@ -0,0 +1,4 @@ +abcdef +2 +0 1 1 +4 5 0 diff --git a/02-data_structures/04-binary_search_trees/03-rope/tests/02.a b/02-data_structures/04-binary_search_trees/03-rope/tests/02.a new file mode 100644 index 0000000..a02a180 --- /dev/null +++ b/02-data_structures/04-binary_search_trees/03-rope/tests/02.a @@ -0,0 +1 @@ +efcabd |