CodingTarik / Multiple-Knapsack-Solver

Solves the multiple knapsack problem with a greedy algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Knapsack Solver🎒

Solves the multiple knapsack problem with a greedy algorithm.

This program was originally intended for a coding challenge of GetInIT GmbH and BWI, but can also be useful for productive use.

Preview

Clone🔄

You need at least Visual Studio 2019

  • Enter the following command

    $ git clone https://github.com/CodingTarik/Multiple-Knapsack-Solver.git

Licenseđź“ś

GitHub

About

Solves the multiple knapsack problem with a greedy algorithm

License:GNU General Public License v3.0


Languages

Language:C# 100.0%