Skip to content
#

cpp14

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 2,044 public repositories matching this topic...

This project is related to finding a valid path between start node 'S' and a goal node 'G' in a 2D array using C++11. The algorithm is based on multiple recursions to identify a valid path. If after exploitation of all recursive calls the algorithm doesn't find a path, then the algorithm returns the initial state of the maze. Otherwise it return…

  • Updated Mar 27, 2019
  • C++

Created by Bjarne Stroustrup

Released October 1985

Followers
129k followers
Website
isocpp.org
Wikipedia
Wikipedia