Skip to content

joevanwanzeele/Water-Flow-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my solution to the water flow challenge in javascript.

The challenge is to find the path of least resistance from left to right given a matrix of resistances.

If the resistance is >50, the water cannot continue.


It's all working except that the maximum size grid (10 x 100) ends up timing out in javascript.. (derp).  So I commented out that test for now. 





About

The Water Flow Challenge in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published