Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 17f2fdd

Browse files
committed
Inject exported images into challenge readmes
1 parent 2915e8e commit 17f2fdd

File tree

57 files changed

+147
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+147
-155
lines changed

‎easy/180-knight-moves/assets/fig-1.png

45.6 KB
Loading[フレーム]

‎easy/180-knight-moves/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
horizontally and one square vertically:
99
</p>
1010

11+
<p>
12+
<img src="assets/fig-1.png" alt="Figure 1">
13+
</p>
14+
1115
<p>
1216
Your task is to find all possible positions for the next move of the knight on the empty chessboard.
1317
</p>
@@ -49,4 +53,4 @@ a3 c3 d2</pre>
4953
<h3>Constraints:</h3>
5054
<ul>
5155
<li>The number of test cases is 40.</li>
52-
</ul>
56+
</ul>

‎easy/183-details/assets/fig-1.png

20.4 KB
Loading[フレーム]

‎easy/183-details/assets/fig-2.png

42 KB
Loading[フレーム]

‎easy/183-details/readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@
99

1010
<p>For example:</p>
1111

12+
<p>
13+
<img src="assets/fig-1.png" alt="Figure 1">
14+
</p>
15+
1216
<p>
1317
Also, the details may have cavities (or other complex structures). Please see example below (the detail Y is one detail):
1418
</p>
1519

20+
<p>
21+
<img src="assets/fig-2.png" alt="Figure 2">
22+
</p>
23+
1624
<p>
1725
The detail Y starts moving left (without any turn) until it bumps into the X detail at least with one cell.
1826
Determine by how many cells the detail Y will be moved.
@@ -48,4 +56,4 @@ XXYY,X..Y,XX.Y</pre>
4856
<ol>
4957
<li>The matrices can be of different M*N sizes. (2 &lt;= M &lt;= 10, 2 &lt;= N &lt;= 10)</li>
5058
<li>Number of test cases is 40.</li>
51-
</ol>
59+
</ol>
79 KB
Loading[フレーム]

‎easy/208-find-the-highest-score/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
You need to determine and print the highest score of each category in the table.
1515
</p>
1616

17+
<p>
18+
<img src="assets/fig-1.png" alt="Figure 1">
19+
</p>
20+
1721
<h3>Input sample:</h3>
1822

1923
<p>
@@ -50,4 +54,4 @@
5054
<li>The number of categories can be from 4 to 20.</li>
5155
<li>The number of points for one picture can be from -1000 to 1000.</li>
5256
<li>The number of test cases is 40.</li>
53-
</ol>
57+
</ol>

‎easy/227-real-fake/assets/fig-1.png

125 KB
Loading[フレーム]

‎easy/227-real-fake/readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
</p>
1414

15+
<p>
16+
<img src="assets/fig-1.png" alt="Figure 1">
17+
</p>
18+
1519
<h3>Input sample:</h3>
1620

1721
<p>
@@ -35,4 +39,4 @@ Real</pre>
3539
<ol>
3640
<li>The credit card number is 16 digits in length.</li>
3741
<li>The number of test cases is 40.</li>
38-
</ol>
42+
</ol>
270 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /