[][src]Function algorithms_edu::problems::dp::knapsack::knapsack

pub fn knapsack(capacity: usize, items: &[Item]) -> (usize, Vec<usize>)