User:Kevin Reid/E tasks: Difference between revisions

Content added Content deleted
m (remove completed)
m (updates)
Line 1: 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.
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 18:09, 29 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.
As of 12:09, 31 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">
<div style="-webkit-column-count: 3">

==Language features==
* [[Arrays]]


==Algorithmic==
==Algorithmic==
Line 12: Line 15:
* [[Non Continuous Subsequences]]
* [[Non Continuous Subsequences]]
* [[Point in polygon (ray casting algorithm)]]
* [[Point in polygon (ray casting algorithm)]]
* [[Allocator]] (Covers both implementing an allocator, and using it to allocate physical memory... Do the first part perhaps.)


==GUI==
==GUI==
Line 45: Line 49:
===Integers===
===Integers===
* [[Lucas-Lehmer test]]
* [[Lucas-Lehmer test]]
* [[Miller-Rabin test]]
* [[Multiplicative order]]
* [[Multiplicative order]]
* [[Perfect Numbers]]
* [[Perfect Numbers]]
* [[Trial factoring of a Mersenne number]]
* [[Trial factoring of a Mersenne number]]
===Numerics===
===Numerics===
* [[Nth root algorithm]]
* [[Gamma function]]
* [[Gamma function]]
* [[Polynomial Fitting]]
* [[Polynomial Fitting]]