tasks
Closest-pair-problem
command
implementation following algorithm described in http://www.cs.umd.edu/~samir/grant/cp.pdf
implementation following algorithm described in http://www.cs.umd.edu/~samir/grant/cp.pdf
Documentation
Example serves as an example but does nothing useful.
Example serves as an example but does nothing useful.
Hamming project main.go
Inheritance-Multiple
command
Example of composition of anonymous structs Example of composition of interfaces.
Example of composition of anonymous structs Example of composition of interfaces.
K-d-tree
command
Implmentation following pseudocode from "An intoductory tutorial on kd-trees" by Andrew W. Moore, Carnegie Mellon University, PDF accessed from http://www.autonlab.org/autonweb/14665
Implmentation following pseudocode from "An intoductory tutorial on kd-trees" by Andrew W. Moore, Carnegie Mellon University, PDF accessed from http://www.autonlab.org/autonweb/14665
Variation of method 3.
Long multiplication per WP article referenced by task description.
Morse-code
command
Command morse translates an input string into morse code, showing the output on the console, and playing it as sound.
Command morse translates an input string into morse code, showing the output on the console, and playing it as sound.
N-queens-problem
command
A fairly literal translation of the example program on the referenced WP page.
A fairly literal translation of the example program on the referenced WP page.
OpenGL
command
triangle displays a smooth shaded triangle with OpenGL.
triangle displays a smooth shaded triangle with OpenGL.
Topswops
command
Adapted from http://www-cs-faculty.stanford.edu/~uno/programs/topswops.w at Donald Knuth's web site.
Adapted from http://www-cs-faculty.stanford.edu/~uno/programs/topswops.w at Donald Knuth's web site.