/water-wall

Primary LanguageJavaScript

water wall

if you put array of number, it will determine which two walls have the most water trapped between them, and which wall has most water inbetween. Each numbers in input array represent height of wall.

Start water wall

npm install
npm run build
npm start

http://localhost:3000

Test water wall

npm test