As discussed at #3934 (comment)
There's also greedy_knapsack in the greedy_method directory.
Proposal:
- Remove
images and greedy_method directory.
- Move
greedy_knapsack to knapsack directory as there are multiple variations for the knapsack problem according to Wikipedia and multiple ways of solving as well.