Bu algoritma Knapsack Problemi diye adlandırdığımız problemin çözümünü ve örnek verilerini içermektedir. Knapsack problemini farklı yöntemlerle farklı şekillerde çözerek sonuçlarını karşılaştırdığımız bu projede; Yapay Arı kolonisi ,brutefore ve value-weight algoritmaları üzerinden çözümler gerçekleştirilmiştir.
This algorithm include solving Knapsack Problem In this project, we have tackled the Knapsack problem using various methods, namely the Artificial Bee Colony, Brute Force,Dynamic and Value-Weight algorithms, and compared the results obtained from each approach