Skip to content

Erikberg123/Intersection_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

README This folder contains code written for the programming task it is written in C++ and uses STL

To compile: On my machine with the g++ compiler I run: g++ ./src/Point.cpp ./src/Line.cpp ./src/Trace.cpp ./src/TraceHandler.cpp main.cpp -o runtests

in the code directore To execute: ./runtests "./short_test_no_intersection.txt" Remaining work that should be done: Add notes on algorithmic complexity, make it so that one adds to traces not only by adding to most recent point. Currently test script forces you to input a file which is a bit bulky.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published