1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Computation of Collisions using C++ So, I started this project using Python, but Python isn't fast enough any more. Sooo... ... I'm using C++ from now on. --- compile using: $ g++ main.cpp run using: $ ./a.out