Browse Source

Merge pull request #392 from 01-edu/add-tests-questions

files for questions regarding tetrisoptimazer
content-update
LEEDASILVA 5 years ago committed by GitHub
parent
commit
a661680beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      subjects/badexample00.md
  2. 11
      subjects/badexample01.md
  3. 11
      subjects/badexample02.md
  4. 11
      subjects/badexample03.md
  5. 11
      subjects/badexample04.md
  6. 26
      subjects/badformat.md
  7. 11
      subjects/goodexample00.md
  8. 26
      subjects/goodexample01.md
  9. 46
      subjects/goodexample02.md
  10. 61
      subjects/goodexample03.md
  11. 66
      subjects/hardexam.md

11
subjects/badexample00.md

@ -0,0 +1,11 @@
## bad example
- Create your file and copy the example into it.
```
####
...#
....
....
```

11
subjects/badexample01.md

@ -0,0 +1,11 @@
## bad example
- Create your file and copy the example into it.
```
...#
..#.
.#..
#...
```

11
subjects/badexample02.md

@ -0,0 +1,11 @@
## bad example
- Create your file and copy the example into it.
```
...#
..#.
.#..
#...
```

11
subjects/badexample03.md

@ -0,0 +1,11 @@
## bad example
- Create your file and copy the example into it.
```
....
....
....
....
```

11
subjects/badexample04.md

@ -0,0 +1,11 @@
## bad example
- Create your file and copy the example into it.
```
..##
....
....
##..
```

26
subjects/badformat.md

@ -0,0 +1,26 @@
## bad example
- Create your file and copy the example into it.
```
...#
...#
...#
...#
....
....
....
####
.###
...#
....
....
....
..##
.##.
....
```

11
subjects/goodexample00.md

@ -0,0 +1,11 @@
## good example
- Create your file and copy the example into it.
```console
....
.##.
.##.
....
```

26
subjects/goodexample01.md

@ -0,0 +1,26 @@
## good example
- Create your file and copy the example into it.
```
...#
...#
...#
...#
....
....
....
####
.###
...#
....
....
....
..##
.##.
....
```

46
subjects/goodexample02.md

@ -0,0 +1,46 @@
## good example
- Create your file and copy the example into it.
```
...#
...#
...#
...#
....
....
....
####
.###
...#
....
....
....
..##
.##.
....
....
.##.
.##.
....
....
....
##..
.##.
##..
.#..
.#..
....
....
###.
.#..
....
```

61
subjects/goodexample03.md

@ -0,0 +1,61 @@
## good example
- Create your file and copy the example into it.
```
....
.##.
.##.
....
...#
...#
...#
...#
....
..##
.##.
....
....
.##.
.##.
....
....
..#.
.##.
.#..
.###
...#
....
....
##..
.#..
.#..
....
....
..##
.##.
....
##..
.#..
.#..
....
.#..
.##.
..#.
....
....
###.
.#..
....
```

66
subjects/hardexam.md

@ -0,0 +1,66 @@
## hard example
- Create your file and copy the example into it.
```
....
.##.
.##.
....
.#..
.##.
.#..
....
....
..##
.##.
....
....
.##.
.##.
....
....
..#.
.##.
.#..
.###
...#
....
....
##..
.#..
.#..
....
....
.##.
.##.
....
....
..##
.##.
....
##..
.#..
.#..
....
.#..
.##.
..#.
....
....
###.
.#..
....
```
Loading…
Cancel
Save