Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle Intersection in 3D Space

Task

The standard input provides a number 0 < N < 1000000, followed by N sets of points representing three-dimensional triangles. Goal: output the numbers of all triangles that intersect with any other.

How to build

git clone https://github.com/Aliyaminim/Triangle3D.git
cd Triangle3D
cmake -S ./ -B build/
cd build/
cmake --build .

How to run the program

./main < [file]

How to test the program

cd ../test
bash testing.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages