Skip to content

Commit 799421d

Browse files
committed
addNewAlgorithm.js "final" version for students
1 parent edb3798 commit 799421d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addNewAlgorithm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ let doIt = (algName, algID) => {
100100
// XXX ...
101101
console.log("Note: above may change when code for algorithm index generation is modified");
102102
console.log("");
103-
console.log("Make sure the system compiles and existing algorithms run OK.");
103+
console.log("Make sure the system compiles and existing algorithms run OK");
104+
console.log("and you new algorithm (accessed via the URL) behaves as Heapsort.");
104105
console.log("This may require checking and re-working some of the steps above.");
105106
console.log("");
106107
console.log("git commit -a -m 'Adding new algorithm: " + algID + "'");

0 commit comments

Comments
 (0)