Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daffafaizan/unbounded-knapsack-analysis

Tugas Eksperimen 2 - Desain dan Analisis Algoritma
https://github.com/daffafaizan/unbounded-knapsack-analysis

Last synced: about 1 month ago
JSON representation

Tugas Eksperimen 2 - Desain dan Analisis Algoritma

Awesome Lists containing this project

README

        

# Unbounded Knapsack Analysis

Code implementation, memory usage analysis, and execution time analysis for the Unbounded Knapsack Analysis problem using Branch and Bound and Dynamic Programming

## Table of Contents

- [Introduction](#introduction)
- [Usage](#usage)
- [Acknowledgements](#acknowledgements)
- [Citations](#citations)
- [External Resources](#external-resources)

## Introduction

Made as an assignment for the Data Analysis and Algorithms class at the Faculty of Computer Science, University of Indonesia.

## Usage

- Run DatasetGeneration.java to created new datasets
- Run Main.java to see the output and statistics!

## Acknowledgements

### Citations

Y-J Seong, Y-G G, M-K Kang & C-W Kang (2004) An improved branch and bound algorithm for a strongly correlated unbounded knapsack problem, Journal of the Operational Research Society, 55:5, 547-552, DOI: 10.1057/palgrave.jors.2601698

### External Resources

- [GeeksforGeeks - Unbounded Knapsack with Repetition](https://www.geeksforgeeks.org/unbounded-knapsack-repetition-items-allowed/)

## Copyright

© [2023] [Daffa Muhammad Faizan]