This document discusses genetic algorithms and provides an example of using them to solve a knapsack problem. It describes 4 combinations of items (C1-C4) along with their values and weights and whether they were accepted into the knapsack. A function is also defined to calculate the value of each combination as a percentage of the total possible value. Links to YouTube videos about genetic algorithms are included at the end.