Skip to content
/ dfs Public

Depth first search implementation to find adjacent tiles that are the same colour

Notifications You must be signed in to change notification settings

dc-gh/dfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Depth First Search

Implementation of a dfs in C++.

Given a matrix of coloured tiles the algorithm will find the maximum number of adjoining tiles that are the same colour. Both a recursive and iterative implementation is provided.

image info

About

Depth first search implementation to find adjacent tiles that are the same colour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published