From 009649f1d7e98f225b25e819e81b08b78f9cd730 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 13 Dec 2019 12:01:17 +0000 Subject: [PATCH 1/2] files for questions regarding tetrisoptimazer --- subjects/badexample00.md | 7 +++++ subjects/badexample01.md | 7 +++++ subjects/badexample02.md | 7 +++++ subjects/badexample03.md | 7 +++++ subjects/badexample04.md | 7 +++++ subjects/badformat.md | 22 ++++++++++++++ subjects/goodexample00.md | 7 +++++ subjects/goodexample01.md | 22 ++++++++++++++ subjects/goodexample02.md | 42 ++++++++++++++++++++++++++ subjects/goodexample03.md | 57 +++++++++++++++++++++++++++++++++++ subjects/hardexam.md | 62 +++++++++++++++++++++++++++++++++++++++ 11 files changed, 247 insertions(+) create mode 100644 subjects/badexample00.md create mode 100644 subjects/badexample01.md create mode 100644 subjects/badexample02.md create mode 100644 subjects/badexample03.md create mode 100644 subjects/badexample04.md create mode 100644 subjects/badformat.md create mode 100644 subjects/goodexample00.md create mode 100644 subjects/goodexample01.md create mode 100644 subjects/goodexample02.md create mode 100644 subjects/goodexample03.md create mode 100644 subjects/hardexam.md diff --git a/subjects/badexample00.md b/subjects/badexample00.md new file mode 100644 index 000000000..ecdacda6c --- /dev/null +++ b/subjects/badexample00.md @@ -0,0 +1,7 @@ +``` +#### +...# +.... +.... + +``` diff --git a/subjects/badexample01.md b/subjects/badexample01.md new file mode 100644 index 000000000..6b4dab175 --- /dev/null +++ b/subjects/badexample01.md @@ -0,0 +1,7 @@ +``` +...# +..#. +.#.. +#... + +``` diff --git a/subjects/badexample02.md b/subjects/badexample02.md new file mode 100644 index 000000000..6b4dab175 --- /dev/null +++ b/subjects/badexample02.md @@ -0,0 +1,7 @@ +``` +...# +..#. +.#.. +#... + +``` diff --git a/subjects/badexample03.md b/subjects/badexample03.md new file mode 100644 index 000000000..f251e4a06 --- /dev/null +++ b/subjects/badexample03.md @@ -0,0 +1,7 @@ +``` +.... +.... +.... +.... + +``` diff --git a/subjects/badexample04.md b/subjects/badexample04.md new file mode 100644 index 000000000..422ea3646 --- /dev/null +++ b/subjects/badexample04.md @@ -0,0 +1,7 @@ +``` +..## +.... +.... +##.. + +``` diff --git a/subjects/badformat.md b/subjects/badformat.md new file mode 100644 index 000000000..42dd7e167 --- /dev/null +++ b/subjects/badformat.md @@ -0,0 +1,22 @@ +``` +...# +...# +...# +...# +.... +.... +.... +#### + + +.### +...# +.... +.... + +.... +..## +.##. +.... + +``` diff --git a/subjects/goodexample00.md b/subjects/goodexample00.md new file mode 100644 index 000000000..0c79a0576 --- /dev/null +++ b/subjects/goodexample00.md @@ -0,0 +1,7 @@ +``` +.... +.##. +.##. +.... + +``` diff --git a/subjects/goodexample01.md b/subjects/goodexample01.md new file mode 100644 index 000000000..cabaf9603 --- /dev/null +++ b/subjects/goodexample01.md @@ -0,0 +1,22 @@ +``` +...# +...# +...# +...# + +.... +.... +.... +#### + +.### +...# +.... +.... + +.... +..## +.##. +.... + +``` diff --git a/subjects/goodexample02.md b/subjects/goodexample02.md new file mode 100644 index 000000000..324fc2e52 --- /dev/null +++ b/subjects/goodexample02.md @@ -0,0 +1,42 @@ +``` +...# +...# +...# +...# + +.... +.... +.... +#### + +.### +...# +.... +.... + +.... +..## +.##. +.... + +.... +.##. +.##. +.... + +.... +.... +##.. +.##. + +##.. +.#.. +.#.. +.... + +.... +###. +.#.. +.... + +``` diff --git a/subjects/goodexample03.md b/subjects/goodexample03.md new file mode 100644 index 000000000..9c7002735 --- /dev/null +++ b/subjects/goodexample03.md @@ -0,0 +1,57 @@ +``` +.... +.##. +.##. +.... + +...# +...# +...# +...# + +.... +..## +.##. +.... + +.... +.##. +.##. +.... + +.... +..#. +.##. +.#.. + +.### +...# +.... +.... + +##.. +.#.. +.#.. +.... + +.... +..## +.##. +.... + +##.. +.#.. +.#.. +.... + +.#.. +.##. +..#. +.... + +.... +###. +.#.. +.... + +``` diff --git a/subjects/hardexam.md b/subjects/hardexam.md new file mode 100644 index 000000000..9178f570f --- /dev/null +++ b/subjects/hardexam.md @@ -0,0 +1,62 @@ +``` +.... +.##. +.##. +.... + +.#.. +.##. +.#.. +.... + +.... +..## +.##. +.... + +.... +.##. +.##. +.... + +.... +..#. +.##. +.#.. + +.### +...# +.... +.... + +##.. +.#.. +.#.. +.... + +.... +.##. +.##. +.... + +.... +..## +.##. +.... + +##.. +.#.. +.#.. +.... + +.#.. +.##. +..#. +.... + +.... +###. +.#.. +.... + +``` \ No newline at end of file From fb906018a897c2cd2255378eff535b670652c975 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 13 Dec 2019 14:00:53 +0000 Subject: [PATCH 2/2] formating example files --- subjects/badexample00.md | 4 ++++ subjects/badexample01.md | 4 ++++ subjects/badexample02.md | 4 ++++ subjects/badexample03.md | 4 ++++ subjects/badexample04.md | 4 ++++ subjects/badformat.md | 4 ++++ subjects/goodexample00.md | 6 +++++- subjects/goodexample01.md | 4 ++++ subjects/goodexample02.md | 4 ++++ subjects/goodexample03.md | 4 ++++ subjects/hardexam.md | 4 ++++ 11 files changed, 45 insertions(+), 1 deletion(-) diff --git a/subjects/badexample00.md b/subjects/badexample00.md index ecdacda6c..ad5a09d12 100644 --- a/subjects/badexample00.md +++ b/subjects/badexample00.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` #### ...# diff --git a/subjects/badexample01.md b/subjects/badexample01.md index 6b4dab175..5a242f764 100644 --- a/subjects/badexample01.md +++ b/subjects/badexample01.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ...# ..#. diff --git a/subjects/badexample02.md b/subjects/badexample02.md index 6b4dab175..5a242f764 100644 --- a/subjects/badexample02.md +++ b/subjects/badexample02.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ...# ..#. diff --git a/subjects/badexample03.md b/subjects/badexample03.md index f251e4a06..5ba3cfb12 100644 --- a/subjects/badexample03.md +++ b/subjects/badexample03.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` .... .... diff --git a/subjects/badexample04.md b/subjects/badexample04.md index 422ea3646..49c19cd92 100644 --- a/subjects/badexample04.md +++ b/subjects/badexample04.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ..## .... diff --git a/subjects/badformat.md b/subjects/badformat.md index 42dd7e167..79d55e8c5 100644 --- a/subjects/badformat.md +++ b/subjects/badformat.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ...# ...# diff --git a/subjects/goodexample00.md b/subjects/goodexample00.md index 0c79a0576..14de94602 100644 --- a/subjects/goodexample00.md +++ b/subjects/goodexample00.md @@ -1,4 +1,8 @@ -``` +## good example + +- Create your file and copy the example into it. + +```console .... .##. .##. diff --git a/subjects/goodexample01.md b/subjects/goodexample01.md index cabaf9603..6febbae1d 100644 --- a/subjects/goodexample01.md +++ b/subjects/goodexample01.md @@ -1,3 +1,7 @@ +## good example + +- Create your file and copy the example into it. + ``` ...# ...# diff --git a/subjects/goodexample02.md b/subjects/goodexample02.md index 324fc2e52..4b8d7784a 100644 --- a/subjects/goodexample02.md +++ b/subjects/goodexample02.md @@ -1,3 +1,7 @@ +## good example + +- Create your file and copy the example into it. + ``` ...# ...# diff --git a/subjects/goodexample03.md b/subjects/goodexample03.md index 9c7002735..48b6ea0d8 100644 --- a/subjects/goodexample03.md +++ b/subjects/goodexample03.md @@ -1,3 +1,7 @@ +## good example + +- Create your file and copy the example into it. + ``` .... .##. diff --git a/subjects/hardexam.md b/subjects/hardexam.md index 9178f570f..9c07f07cf 100644 --- a/subjects/hardexam.md +++ b/subjects/hardexam.md @@ -1,3 +1,7 @@ +## hard example + +- Create your file and copy the example into it. + ``` .... .##.