Skip to content

Commit 5723d95

Browse files
committed
1511 sols
1 parent c704ab2 commit 5723d95

11 files changed

+22
-22
lines changed

data/course-revision/1511-22T3/anagram.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ When you think your program is working, you can use CSE autotest to test your so
4545
$ 1511 csesoc-autotest anagram
4646
```
4747

48-
{/* ## Solution
48+
## Solution
4949

50-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/anagram/solution.c). */}
50+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/anagram/solution.c).

data/course-revision/1511-22T3/best_youtuber.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ When you think your program is working, you can use CSE autotest to test your so
6060
$ 1511 csesoc-autotest best_youtuber
6161
```
6262

63-
{/* ## Solution
63+
## Solution
6464

65-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/best-youtuber/solution.c). */}
65+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/best-youtuber/solution.c).

data/course-revision/1511-22T3/billys_books.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ When you think your program is working, you can use CSE autotest to test your so
6060
$ 1511 csesoc-autotest billys_books
6161
```
6262

63-
{/* ## Solution
63+
## Solution
6464

65-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/billys-books/solution.c). */}
65+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/billys-books/solution.c).

data/course-revision/1511-22T3/charming_three.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ When you think your program is working, you can use CSE autotest to test your so
3838
$ 1511 csesoc-autotest charming_three
3939
```
4040

41-
{/* ## Solution
41+
## Solution
4242

43-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/charming_three/solution.c). */}
43+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/charming_three/solution.c).

data/course-revision/1511-22T3/letter_pairs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ When you think your program is working, you can use CSE autotest to test your so
8484
$ 1511 csesoc-autotest letter_pairs
8585
```
8686

87-
{/* ## Solution
87+
## Solution
8888

89-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/double-letters/solution.c). */}
89+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/double-letters/solution.c).

data/course-revision/1511-22T3/marc_coin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ When you think your program is working, you can use CSE autotest to test your so
5959
$ 1511 csesoc-autotest marc_coin
6060
```
6161

62-
{/* ## Solution
62+
## Solution
6363

64-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/marc-coin/solution.c). */}
64+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/marc-coin/solution.c).

data/course-revision/1511-22T3/oldest_group.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ When you think your program is working, you can use CSE autotest to test your so
6060
$ 1511 csesoc-autotest oldest_group
6161
```
6262

63-
{/* ## Solution
63+
## Solution
6464

65-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/oldest-group/solution.c). */}
65+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/oldest-group/solution.c).

data/course-revision/1511-22T3/pallys-palindrome.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ When you think your program is working, you can use CSE autotest to test your so
4040
$ 1511 csesoc-autotest pallys_palindromes
4141
```
4242

43-
{/* ## Solution
43+
## Solution
4444

45-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/pallys-palindromes/solution.c). */}
45+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/pallys-palindromes/solution.c).

data/course-revision/1511-22T3/scissors_paper_rock.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ When you think your program is working, you can use CSE autotest to test your so
8282
$ 1511 csesoc-autotest scissors_paper_rock
8383
```
8484
85-
{/* ## Solution
85+
## Solution
8686
8787
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/scissors-paper-rock/solution.c).
88-
*/}
88+
8989
9090
9191

data/course-revision/1511-22T3/scrambled_scrabble.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ Cannot be done!
5757

5858
There are 3 spots we need to fill using two vowels and a consonant. There is only one vowel in the letter bank we were given, hence we cannot form a word.
5959

60-
{/* ## Solution
60+
## Solution
6161

62-
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/scrambled-scrabble/solution.c). */}
62+
You can view the solution code to this problem [here](https://github.com/csesoc/comp1511-revision-t1-2022/blob/master/solutions/scrambled-scrabble/solution.c).

0 commit comments

Comments
 (0)