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