We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb3798 commit 799421dCopy full SHA for 799421d
addNewAlgorithm.js
@@ -100,7 +100,8 @@ let doIt = (algName, algID) => {
100
// XXX ...
101
console.log("Note: above may change when code for algorithm index generation is modified");
102
console.log("");
103
- console.log("Make sure the system compiles and existing algorithms run OK.");
+ 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.");
105
console.log("This may require checking and re-working some of the steps above.");
106
107
console.log("git commit -a -m 'Adding new algorithm: " + algID + "'");
0 commit comments