Kazz47 / cs445

Homework for CS 445 at UND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs445

Homework for CS 445 at UND

Binaries are located in the build/bin directory after build.

Reqired Liraries

*Automatically downloads and installs the google testing suite.

DNA Simulationn

./kg_dna L N S

Default values:

  • L = 1
  • N = 2
  • S = 10

n-Body Simulation

./kg_nbody N S C L

Default values:

  • Nodes = 5
  • Stars = 10,000
  • Compute Mean = 0.005
  • Latency Mean = 0.000001

About

Homework for CS 445 at UND

License:MIT License


Languages

Language:C++ 99.6%Language:Shell 0.4%