Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

executable file
·
12 lines (7 loc) · 494 Bytes

Trapping Rain Water

This is a simple app that solves the trapping rain water coding challenge.

I found this exercise quite specially because you can visualize the problem and have some intuition before actually developing it so I decided to create a react app that make it easier to visualize the elevation map and amount of water can be trapped.

See Demo

Enjoy