User:Kevin Reid/E tasks: Difference between revisions

regular updates; also moving image tasks out of the "Need a" section since I implemented Basic bitmap storage#E
m (move image-type requiring tasks)
(regular updates; also moving image tasks out of the "Need a" section since I implemented Basic bitmap storage#E)
Line 1:
This is [[User:Kevin Reid|Kevin Reid]]'s classification of [[tasks not implemented in E]], or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first.
 
As of 0916:0352, 2326 July 2009. When updating this list, consult [http://rosettacode.org/w/index.php?title=Template:Unimp_body_E&action=history the diffs] since then for what to add/remove.
 
<div style="-webkit-column-count: 3">
Line 29:
* [[Point in polygon (ray casting algorithm)]]
* [[Topological (dependency) sort]]
 
 
==Funky control flow==
Line 49 ⟶ 48:
* [[Dragon curve]]
* [[Plot x, y arrays]]
*===Using [[Basic bitmap storage]]===
* [[Cubic bezier curves]]
* [[Image convolution]]
* [[Image histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Midpoint circle algorithm]]
* [[Percentage of difference between 2 images]]
* [[PPM conversion through a pipe]]
* [[Quadratic bezier curves]]
* [[Read image file through a pipe]]
* [[Xiaolin Wu's line algorithm]]
 
==Mathematics==
Line 101 ⟶ 112:
===Iter/accum/stream tools===
* [[N distinct objects]] (needs better answer than accumulator)
 
===Image type===
* [[Basic bitmap storage]]
* [[Cubic bezier curves]]
* [[Flood fill]]
* [[Image convolution]]
* [[Image histogram]]
* [[Grayscale image]]
* [[Median filter]]
* [[Midpoint circle algorithm]]
* [[Percentage of difference between 2 images]]
* [[PPM conversion through a pipe]]
* [[Quadratic bezier curves]]
* [[Read image file through a pipe]]
* [[Read ppm file]]
* [[Write ppm file]]
* [[Bresenham's line algorithm]]
* [[Xiaolin Wu's line algorithm]]
 
===Matrix type===