Skip to content

Quick Text Edit

SimonCzy edited this page Sep 4, 2023 · 2 revisions

The following parts of AiA can be easily changed without programming familiarity with the code - you can even use GitHub's online editor.

  • Pseudocode is stored in src/algorithms/pseudocode/. See Pseudocode Format for an explanation of the markup directives.
  • The general algorithm explanations are stored in src/algorithms/explanations/, in markdown format.
  • The "Extra Info" explanations are stored in src/algorithms/extra-info/, in markdown format.
  • The help text shown on initial load is stored in src/algorithms/instructions/, in a JavaScript object. We hope the format is clear from the existing content.
  • The About page is stored in src/resources/About.js.