mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
Notion - Update docs
This commit is contained in:
parent
d8f71d77f4
commit
61dbda9ee7
3 changed files with 5 additions and 3 deletions
|
@ -755,8 +755,10 @@ function generate() {
|
|||
<tr>
|
||||
<td>Rules</td>
|
||||
<td>
|
||||
A → ABA
|
||||
B → BBB
|
||||
<div style="white-space: pre-wrap;">
|
||||
A → ABA
|
||||
B → BBB
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -1019,7 +1019,7 @@ let populationSize = 150;</pre>
|
|||
<div class="snip-below">
|
||||
<pre class="codesplit" data-code-language="javascript">class Rocket {
|
||||
constructor(x, y) {
|
||||
//{!1} A Rocket has fitness.
|
||||
//{!1} A rocket has fitness.
|
||||
this.fitness = 0;
|
||||
|
||||
this.position = createVector(x, y);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 68 KiB |
Loading…
Reference in a new issue