Simulations of CS algorithms using C++ Work in progress Pathfinding Algorithm Finds a valid path between the top left cell and the bottom right cell in a 2D grid containing obstacles. Go to #dev branch for new refactored codebase