TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
Item Struct Reference

Public Attributes

int weight
 
int profit
 

Detailed Description

Definition at line 4 of file knapsack.cpp.

Member Data Documentation

◆ profit

int Item::profit

Definition at line 6 of file knapsack.cpp.

◆ weight

int Item::weight

Definition at line 5 of file knapsack.cpp.


The documentation for this struct was generated from the following file: