Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
/ cpp-dsa Public archive

University of Helsinki: Algorithms for Solving Problems (CSES)

Notifications You must be signed in to change notification settings

joonarafael/cpp-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms for Solving Problems

This repository contains my exercise solutions for the "Algorithms for Solving Problems" course.

C++ Files to Binaries

With the g++ tool, compile the selected x.cpp file into a binary executable using

g++ x.cpp -o ./bin/execute -O2 -Wall

You may now run the binary by executing

./bin/execute

Releases

No releases published

Packages

No packages published

Languages