Hello World in Genetic Algorithms

Make your first Genetic Algorithm (Step by step). I will introduce what a Genetic Algorithm is, making a comparison with the darwinistic Evolution. And thereafter the code will enter in the scene, where I will teach how to make a simple Genetic Algorithm step by step.
Requirements: Programming C
Content: A simple genetic algorithm
Skills Learned: Binary Crossing Over Operator, Elitism, Mutation and Genetic Algorithm Skeleton.

More on this soon...