Skip to content

Commit 5ab6401

Browse files
committed
Adjusting the first page of lab 5 to include the starter code and the required blocks
1 parent e28b739 commit 5ab6401

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cur/programming/algorithms/everyones-got-algorithms.html

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
</script>
1717
</head>
1818
<body>
19+
<p>
20+
Here is the starter code for this lab: <a class="run" href="../../../prog/algorithms/algorithms-framework-new.xml" alt="Starter code" title="Starter code">Lab 5 Starter Code</a>
21+
<br />
22+
You will need to fill in the blocks under "Sorted" and "Unsorted" sprites, and submit this to Gradescope.
23+
The autograder will grade the following blocks:
24+
<ul>
25+
<li> find the number (num) in unsorted list (list)</li>
26+
<li> find the number (num) in sorted list (list)</li>
27+
</ul>
28+
</p>
1929

2030
<p>
2131
The word "algorithm" is arguably one of the nerdiest words ever emitted from a human mouth. Fortunately for us, the meaning is far easier to understand than you would first think -- an algorithm is simply a set of steps that allow us to solve a particular problem. In fact, many other careers use algorithms, but have different names for them.

0 commit comments

Comments
 (0)