Skip to content

quintet-sdr/optimization-pt1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction To Optimization / Home Assignment 1

by SDR

Bun TypesScript

Pay attention!

We solved this assignment using TypeScript with the Bun runtime. The code will not work with Node.js because we’ve used the built-in testing library, unavailable on Node.

Installation

You can install Bun using their official guide.

For MacOS and Linux:

curl -fsSL https://bun.sh/install | bash

For Windows:

powershell -c "irm bun.sh/install.ps1|iex"

Run Locally

After cloning the repository, install dependencies.

bun install

To run the project, use the command below.

bun test

You may find the report under report/report.pdf.

License

The project is protected under the Student Open License to prevent cheating from other students, and is also distributed under the BSD 3-Clause License for other users of the software.

Contributors 3

  •  
  •  
  •