This repository contains code for my Algorithms assignment written in C#
To run the project ensure you have installed The .NET Core 7, then clone the repository and execute dontet run
A comparison between brute force, greedy and dynamic solutions for the knapsack problem
C#MIT