working need to put in shape of pi

This commit is contained in:
Brady Bodily
2018-04-11 22:53:01 +00:00
parent d089172e5e
commit 88e5128704
24 changed files with 462 additions and 97 deletions

View File

@@ -9,6 +9,9 @@ add_executable(ComputePi
main.cpp
computePi.cpp
computePi.hpp
Map.cpp
Map.hpp
FifoQueue.cpp
FifoQueue.hpp
# Add files implementing your thread-safe data structures below
)