Skip to content

ballesterosa/recurring-rainfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soloway's Recurring Rainfall Problem

This is the problem these two programs attempt to solve: https://rosettacode.org/wiki/Soloway%27s_recurring_rainfall One does so functionally and the other has I/O capabilities. There are pros and cons to each of the approaches but mine in particular are single loop solutions that don't use functional decomposition. Other solutions decompose for the sake of function clarity at the cost of performance which is also valid and is exemplary of good coding practices.

About

This repo contains two of my solutions to Solloway's Rainfall Problem, one in Racket and the in Java.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors