Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rain-terraces (trapping rain water) algorithm #112

Merged
merged 7 commits into from
Jul 27, 2018

Conversation

ObiWanKeoni
Copy link
Contributor

Should probably be a basic/beginner algorithm

@trekhleb
Copy link
Owner

@KeoniGarner thank you for your PR. It looks like the code has linting issues. Could you please fix them so that tests are passed? You may lint code by running npm run lint locally.

@ObiWanKeoni
Copy link
Contributor Author

Thank you for the quick response! I think that should take care of the linting.

@codecov-io
Copy link

Codecov Report

Merging #112 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #112   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         115    116    +1     
  Lines        2258   2280   +22     
  Branches      394    399    +5     
=====================================
+ Hits         2258   2280   +22
Impacted Files Coverage Δ
...rithms/uncategorized/rain-terraces/rainTerraces.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80e3216...730128f. Read the comment docs.

@trekhleb trekhleb changed the base branch from master to trapping-water July 27, 2018 09:24
@trekhleb
Copy link
Owner

Thank you for contribution @KeoniGarner

@trekhleb trekhleb merged commit f142ca0 into trekhleb:trapping-water Jul 27, 2018
shoredata pushed a commit to shoredata/javascript-algorithms that referenced this pull request Mar 28, 2019
* Add rain-terraces (trapping rain water) algorithm

* Fixed linting errors

* Fixed linting errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants