Skip to content

andrereliquias/algorithms-design-exercices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Design

This repository contains exercises developed for the completion of the Algorithm Design course at ICMC-USP, using advanced C++ programming.

Requirements

To run the exercises and test cases, you will need:

  • G++
  • Make

Instructions

Each folder represents an exercise and contains a corresponding file named main.cpp. Therefore, when executing the commands, you must define the EX variable, which indicates the path to the specific exercise.

To compile:

make EX=./path

To run the tests cases:

make tests EX=./path

To execute the program:

make run EX=./path

To debug a result (you must add the test case number in the IN variable):

make debug EX=./path IN=1

To clean the build files:

make clean EX=./path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors