User:Dcoetzee/Wikicode/Pages needing conversion
Appearance
Since wikicode was only put into effect after hundreds of thousands of articles had been written, ad hoc pseudocode is already present in many articles. In order to standardize, all this pseudocode needs to be converted. This page will serve as a checklist of pages that haven't yet been converted. Add any pages you find which have pseudocode other than wikicode, even if they also have wikicode. Remove any fully-converted pages. We may choose not to convert some of these pages; such pages will be noted below.
- Algorithm — because this is intended to be introductory material, it may be left as-is.
- SHA family
- Cyclic redundancy check
- Burrows-Wheeler transform
- Binary search tree — this is arguable; this page uses Python currently
Pages needing pseudocode added
Some pages are also good candidates for adding pseudocode to which do not already have it. Adding wikicode to these pages adds value and encourages standardization.
- Red-black tree
- Splay tree
- Dynamic programming/Implementations and Examples — incomplete matrix multiplication section will need it