User:Kevin Reid/E tasks: Difference between revisions

classifying
(classifications)
(classifying)
Line 3:
<div style="-webkit-column-count: 3">
 
==Simple==
==Language features==
* [[Averages/Median]]
* [[Averages/Pythagorean means]]
* [[Averages/Root mean square]]
* [[Doubly-linked list/Traversal]]
* [[Evaluate binomial coefficients]]
 
==Language/library features==
* [[Anonymous recursion]]
* [[Character matching]]
* [[Compile-time calculation]]
* [[Extreme floating point values]]
 
==Algorithmic==
* [[Best shuffle]]
* [[Catmull–Clark subdivision surface]]
* [[Combinations with repetitions]]
* [[Closest-pair problem]]
* [[Equilibrium index]]
* [[Long multiplication]]
* [[Longest common subsequence]]
Line 26 ⟶ 40:
 
==Graphics==
* [[Brownian tree]]
* [[Dragon curve]]
* [[Plot coordinate pairs]]
* [[Constrained random points on a circle]]
===Using [[Basic bitmap storage]]===
* [[Bitmap/Bézier curves/Cubic]]
Line 37 ⟶ 53:
* [[Bitmap/Midpoint circle algorithm]]
* [[Bitmap/PPM conversion through a pipe]]
* [[Bitmap/Read a PPM file]]
* [[Bitmap/Read an image through a pipe]]
* [[Xiaolin Wu's line algorithm]]
Line 43 ⟶ 60:
* [[Formal power series]] (similar to [[Polynomial long division]])
* improve [[Median]] (research better algorithms)
* [[Deconvolution/1D]]
* [[Deconvolution/2D+]]
===Integers===
* [[Factors of an integer]]
Line 58 ⟶ 77:
* [[Verify distribution uniformity/Naive]]
* [[Verify distribution uniformity/Chi-squared test]]
 
==Small projects==
* [[24 game]]
* [[Discordian date]]
 
==Large projects==
* [[24 game/Solve]]
* [[Bulls and cows/Player]]
* [[Text processing/1]]
* [[Text processing/2]]
* [[RCRPG]]
* [[Execute a Markov algorithm]]
* [[Execute SNUSP]]
* [[Huffman coding]]
Line 102 ⟶ 128:
* [[N distinct objects]] (improve: needs better answer than accumulator)
* ...and many other tasks to improve
 
===Vector type===
* [[Dot product]]
 
===Matrix type===
Line 134 ⟶ 163:
* [[User input/Text]]
====Sockets====
* [[Chat server]]
* [[Echo server]]
* [[Sockets]]
Line 199 ⟶ 229:
Insert new tasks here.
<!--INSERT-->
* [[24 game]]
* [[24 game/Solve]]
* [[Averages/Median]]
* [[Averages/Pythagorean means]]
* [[Averages/Root mean square]]
* [[Best shuffle]]
* [[Bitmap/Read a PPM file]]
* [[Brownian tree]]
* [[Bulls and cows/Player]]
* [[Catmull–Clark subdivision surface]]
* [[Character matching]]
* [[Chat server]]
* [[Combinations with repetitions]]
* [[Compile-time calculation]]
* [[Constrained random points on a circle]]
* [[Deconvolution/1D]]
* [[Deconvolution/2D+]]
* [[Discordian date]]
* [[Dot product]]
* [[Doubly-linked list/Traversal]]
* [[Equilibrium index]]
* [[Evaluate binomial coefficients]]
* [[Execute a Markov algorithm]]
* [[Extreme floating point values]]
* [[Find common directory path]]
* [[Find the missing permutation]]