/Implementation-of-the-FOUR-RULES-outlined-by-Conway-in--GameOfLife--with-C-

In this project, I have implemented 2 versions of the “Game of Life” – a normal serial version written in C++ and a parallel version using Intel’s Threaded Building Blocks (TBB) library. I have used appropriate data structures and implemented the algorithms to implement the 4 rules using MS Visual Studio (2019)

Primary LanguageC++

This repository is not active