An open API service indexing awesome lists of open source software.

https://github.com/janina280/proiectareaalgoritmilor

The Refined Knapsack Problem
https://github.com/janina280/proiectareaalgoritmilor

programming

Last synced: 10 months ago
JSON representation

The Refined Knapsack Problem

Awesome Lists containing this project

README

          

# ProiectareaAlgoritmilor
The Refined Knapsack Problem
Let's assume you are an investment agent with a capital C. There are n investment offers available for you to choose from. Each offer i has a certain number of shares available at a given price per share, which can bring an estimated profit of pi for each share purchased. Your task is to determine the investment that can yield the maximum estimated profit. Two different algorithms will be implemented to solve this problem.