Skip to content

morganwm/go-island-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-island-solver

Test

Upload Release Asset

some code I slapped together to solve a problem where you are given an array that represents land as 1 and water as 0 and counts the islands. it also has a cool little graphic to show the path it takes to solve. There are two implementations, a synchronous one and an asychronous one which is SIGNIFICANTLY slower (I guess async isn't always faster).

A list of releases can be found here

About

A simple example of solving a problem involving counting islands given a map with values representing land and water using a DFS search

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages