Knapsack Inventory System
Knapsack Inventory System is a project that optimizes an inventory management system using the classic Knapsack Problem with a greedy algorithm. The system allows a player to collect items on the ground in the most efficient way based on their value/weight ratio, considering a limited backpack capacity. This project serves as an inspiring example for game developers and algorithm enthusiasts.
Project Github Link : https://github.com/RuuHan1/InventorySystemWithKnapsack.git
Leave a comment
Log in with itch.io to leave a comment.