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.
- CYK algorithm
- Dynamic programming (can copy some stuff from Dynamic programming/Implementations and Examples)
- LURCH
- Newton's method - I think Javascript probably isn't the best thing to have here
- Probabilistic algorithm - mostly English this one
- SHA family
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.
- Bluestein's FFT algorithm
- Bresenham's line algorithm
- Cooley-Tukey FFT algorithm
- Depth-first_search
- Dynamic programming/Implementations and Examples — incomplete matrix multiplication section will need it
Heapsort- begging for pseudocode- Merge algorithm
- Multiplication algorithm
- Prim's algorithm — maybe, if the English description isn't good enough
- Red-black tree
- Shifting nth-root algorithm
- Splay tree
- Tree search algorithm — and link depth-first, breadth-first, A*, and so on to here