Skip to content

Project for the "Algorithm Design and Analysis" Curricular Unit (FEUP)

Notifications You must be signed in to change notification settings

LeKinaSa/cal-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAL - Project

First project of the Design and Analysis of Algorithms curricular unit.

Code Style

When contributing to the project, please follow these guidelines:

  • Use camelCase for function and variable names
  • Use PascalCase for struct and enum names
  • Use ALL_CAPS_SNAKE_CASE for constant variable names and enum entries
  • Don't forget include guards (#ifndef ...) in header files
  • Do not use using namespace std in header files

About

Project for the "Algorithm Design and Analysis" Curricular Unit (FEUP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages