Skip to content

fpuglap/min-drives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinDrives

This is an optimization problem, the goal is to determine the minimum number of hard drives needed to consolidate the data.

Clone the repository

To clone this repository to your local machine, run the following command in your terminal:

git clone git@github.com:fpuglap/min-drives.git

or

git clone https://github.com/fpuglap/min-drives.git

Run the main project

Navigate to the solution directory:

cd min-drives

Run the main project:

dotnet run --project MinDrives

Run tests

Run tests from the root of the solution:

dotnet test

This will run all tests in the solution and display the results in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages